From: Vincent Vanwaelscappel Date: Mon, 13 Sep 2021 15:58:41 +0000 (+0200) Subject: wip #4666 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e4d1738be232282a488c1a50ffd10d1a7cdb0211;p=fluidbook_tools.git wip #4666 @0.5 --- 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); }