From: Vincent Vanwaelscappel Date: Thu, 17 Jul 2025 14:24:21 +0000 (+0200) Subject: wait #7637 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=49008f408297971b6980f0ddf501bad481c8cce1;p=cubist_pdf.git wait #7637 @0.5 --- diff --git a/src/PDFTools.php b/src/PDFTools.php index 9fef00c..fe14f15 100644 --- a/src/PDFTools.php +++ b/src/PDFTools.php @@ -320,6 +320,7 @@ class PDFTools '/svg:svg/svg:g//svg:path', '/svg:svg/svg:g//svg:rect', '/svg:svg/svg:g//svg:filter', + '/svg:svg/svg:rect', '/svg:svg/svg:g[@id="surface1"]//svg:use[starts-with(@xlink:href, "#image")]', '//svg:svg/svg:g[@id="surface1"]//svg:use[starts-with(@xlink:href, "#image")]', ]; @@ -359,7 +360,6 @@ class PDFTools break; } } - file_put_contents($out, $res); }