mriale / PyDPainter

A usable pixel art paint program written in Python
GNU General Public License v3.0
336 stars 22 forks source link

Strange Fill Warp behaviour add foreground color to fill screen. #103

Open Sleuthgame opened 6 months ago

Sleuthgame commented 6 months ago

Using the central colorfull dots pattern as a brush (see pic) : image

Use this brush as Wrap filling option in tools like square or circle to produce the figure on the right of my example. Works fine.

Now use simple Fill tool to fill the screen. A new color appears in the filling, mostly the current foreground color. image

This is a incorrect behaviour for this tool. (1.2.2 release)

mriale commented 6 months ago

Thanks for finding that! I vaguely remember seeing this once and forgot about it. Now after it does the flood fill it restores the picture before it renders the fill mode.