]> _ Git - fluidbook_tools.git/commitdiff
wip #4666 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 13 Sep 2021 15:58:41 +0000 (17:58 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 13 Sep 2021 15:58:41 +0000 (17:58 +0200)
src/Jobs/ProcessFile.php

index f72f35cef7c28fd6f073dc176e4db0e0f7772d54..a9b58fea8a61d15430a53f60d22b3c3ed24da74f 100644 (file)
@@ -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);
     }