dever 7 年之前
父节点
当前提交
8df17ef5ec
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;