From b046ffb92e16628333255175d800dd8e6ebc29f2 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 23 Oct 2025 16:33:41 +0200 Subject: [PATCH] wait #7748 @7 --- app/Fluidbook/Compiler/Compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Fluidbook/Compiler/Compiler.php b/app/Fluidbook/Compiler/Compiler.php index 9f9e2766d..93f0b0cd9 100644 --- a/app/Fluidbook/Compiler/Compiler.php +++ b/app/Fluidbook/Compiler/Compiler.php @@ -215,7 +215,7 @@ class Compiler extends Base implements CompilerInterface, IVirtualDirectoryError public $numerotation; public $fontDocs = []; public $dir; - public $z = 3; + public $z = 1.5; protected $_lottieIDByHash = []; public $pages; -- 2.39.5