Looly 5 years ago
parent
commit
072a116b0b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hutool-core/src/main/java/cn/hutool/core/img/Img.java

+ 1 - 0
hutool-core/src/main/java/cn/hutool/core/img/Img.java

@@ -553,6 +553,7 @@ public class Img implements Serializable {
 		Graphics2D graphics2d = targetImg.createGraphics();
 		graphics2d.drawImage(image, 0, 0, width, height, width, 0, 0, height, null);
 		graphics2d.dispose();
+
 		this.targetImage = targetImg;
 		return this;
 	}