]> _ Git - cubist_pdf.git/commitdiff
wip #5532
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 18 Oct 2022 15:36:07 +0000 (17:36 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 18 Oct 2022 15:36:07 +0000 (17:36 +0200)
src/PDFTools.php

index 3d3158feaa7f6fe4652438be2f55b4f923b33571..bada303fabd757073915021c071b84cb50d6c07f 100644 (file)
@@ -265,7 +265,6 @@ class PDFTools
                 }
             }
         }
-
         $res = $svg->saveXML();
         $res = preg_replace('/<g clip-path="url\(#clip\d+\)" clip-rule="nonzero"\/>/', '', $res);
         while (true) {