From: Vincent Vanwaelscappel Date: Mon, 13 May 2024 06:17:46 +0000 (+0200) Subject: wait #6826 @0:20 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ca89908758875d123483f7aaca6220da65253759;p=fluidbook-toolbox.git wait #6826 @0:20 --- diff --git a/app/Fluidbook/Compiler/Compiler.php b/app/Fluidbook/Compiler/Compiler.php index 53aff1c9e..f5671841b 100644 --- a/app/Fluidbook/Compiler/Compiler.php +++ b/app/Fluidbook/Compiler/Compiler.php @@ -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; + } }