fix #361 - Watermark Y repeat

This commit is contained in:
modus75
2015-10-15 22:05:20 +02:00
parent 11ccdff585
commit d7fef70c4c
6 changed files with 28 additions and 9 deletions
+2
View File
@@ -52,6 +52,8 @@ final class WatermarkParams
/** @var int */
public $xrepeat = 0;
/** @var int */
public $yrepeat = 0;
/** @var int */
public $opacity = 100;
}