From 3926ced31a03b566aa8a8617f73d7721156c6dac Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 18 Oct 2022 17:36:07 +0200 Subject: [PATCH] wip #5532 --- src/PDFTools.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PDFTools.php b/src/PDFTools.php index 3d3158f..bada303 100644 --- a/src/PDFTools.php +++ b/src/PDFTools.php @@ -265,7 +265,6 @@ class PDFTools } } } - $res = $svg->saveXML(); $res = preg_replace('//', '', $res); while (true) { -- 2.39.5