dever 7 years ago
parent
commit
8df17ef5ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Lib/Img.php

+ 1 - 1
src/Lib/Img.php

@@ -485,7 +485,7 @@ class Img
                     $dest_y = $water_y;
                 }
 
-                $water = $this->_gd_copy($water,$dest_x,$dest_y,$water_x,$water_y,0,0,false,1);
+                $water = $this->_gd_copy($water,$dest_x,$dest_y,$water_x,$water_y,0,0,false,2);
 
                 $xy = $this->_get_mark($dest_x, $dest_y, $dest_x, $dest_y);
                 $water_x = $dest_x;