Skip to content

Commit 121752d

Browse files
committed
start flood at (0, 0)
so we can work with small images
1 parent c1db0b5 commit 121752d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

share/nip2/start/Image.def

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,8 +1321,8 @@ Image_draw_item = class
13211321
_result {
13221322
_vislevel = 3;
13231323

1324-
sx = Expression "Start x" 100;
1325-
sy = Expression "Start y" 100;
1324+
sx = Expression "Start x" 0;
1325+
sy = Expression "Start y" 0;
13261326

13271327
e = Option "Flood while" [
13281328
"Not equal to ink",

0 commit comments

Comments
 (0)