]> _ Git - fluidbook-toolbox.git/commitdiff
wait #6826 @0:20
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 13 May 2024 06:17:46 +0000 (08:17 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 13 May 2024 06:17:46 +0000 (08:17 +0200)
app/Fluidbook/Compiler/Compiler.php

index 53aff1c9ee35090e4f9a30e231d7c3d8e56f149d..f5671841b2cb568cbe8fab82c8e854b18be5f9bb 100644 (file)
@@ -492,6 +492,9 @@ class Compiler extends Base implements CompilerInterface, IVirtualDirectoryError
     public function initMobileFirst()
     {
         $this->themeSettings->usePageEdges = false;
+        if ($this->fluidbookSettings->svgToCanvas) {
+            $this->fluidbookSettings->svgToCanvas = 0;
+        }
     }