From: Vincent Vanwaelscappel Date: Tue, 26 Aug 2025 13:53:40 +0000 (+0200) Subject: wip #7704 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=c9a6fdea493f184e78dd51710ba0b0781d7d1f7f;p=fluidbook_tools.git wip #7704 --- diff --git a/src/Links/LayerLink.php b/src/Links/LayerLink.php index 3d3ed9d..be64ef8 100644 --- a/src/Links/LayerLink.php +++ b/src/Links/LayerLink.php @@ -20,7 +20,7 @@ class LayerLink extends ImageLink $this->defaultZIndex++; } if ($init['to'] === 'text' && $compiler->config->transparentPage) { - $this->compiler->addMask('texts', $init['page'], ['x' => $init['left'], 'y' => $init['top'], 'width' => $init['width'], 'height' => $init['height']]); + $compiler->addMask('texts', $init['page'], ['x' => $init['left'], 'y' => $init['top'], 'width' => $init['width'], 'height' => $init['height']]); } parent::__construct($id, $init, $compiler); }