Resolve "Image creation bugs with 0 size windows"
Compare changes
- Raphael authored
+ 9
− 3
@@ -8,10 +8,8 @@ def bresenham(x1, y1, x2, y2):
@@ -21,7 +19,11 @@ def bresenham(x1, y1, x2, y2):
@@ -39,6 +41,10 @@ def bresenham(x1, y1, x2, y2):