LittleBigFox
LittleBigFox
Hi! Personnaly, i use GD for make a diagonal watermark... `$im = \imagerotate($im, 45, $background_color);` Regards, LBF
Hi! Yes it's strange, because Html2PDF allow this svg tag... https://github.com/spipu/html2pdf/blob/master/examples/res/svg.php I take a look on this, but i'm not an expert of svg... Regards, LBF
I tried the polygon tag, it work... Could you provide the full draw tag please? Regards, LBF
Ok, i try you code, and it work... I guess there is another problem here... Are you sure you have nothing more than this line `...` ? `The asked [polygon]...
If i can help too, i used it daily in a open source project i try to build...
Hi! I'd the same problem, just replace the tcpdf/include/tcpdf_static.php function file_exists (L1879 in tcpdf 6.3.4) like this: > public static function file_exists($filename) { > > if (preg_match('|^https?://|', $filename) == 1)...