From e4d1738be232282a488c1a50ffd10d1a7cdb0211 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 13 Sep 2021 17:58:41 +0200 Subject: [PATCH] wip #4666 @0.5 --- src/Jobs/ProcessFile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jobs/ProcessFile.php b/src/Jobs/ProcessFile.php index f72f35c..a9b58fe 100644 --- a/src/Jobs/ProcessFile.php +++ b/src/Jobs/ProcessFile.php @@ -252,7 +252,7 @@ class ProcessFile public function makeTextSVGFile($out) { $in = $this->makeSVGFile(); - $inter = str_replace('to', 'tp', $out); + $inter = str_replace('/to', '/tp', $out); PDFTools::makeTextSVGFile($in, $inter); SVGTools::optimizeSVG($inter, $out); } -- 2.39.5