From d7fef70c4c3707fd7650896c5a62f0a7c5cc81f0 Mon Sep 17 00:00:00 2001 From: modus75 Date: Thu, 15 Oct 2015 22:05:20 +0200 Subject: fix #361 - Watermark Y repeat --- include/derivative_std_params.inc.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/derivative_std_params.inc.php b/include/derivative_std_params.inc.php index a0f1edb76..9fe4c3b02 100644 --- a/include/derivative_std_params.inc.php +++ b/include/derivative_std_params.inc.php @@ -52,6 +52,8 @@ final class WatermarkParams /** @var int */ public $xrepeat = 0; /** @var int */ + public $yrepeat = 0; + /** @var int */ public $opacity = 100; } -- cgit v1.2.3