Spade-Editor / Spade

Cross-platform raster graphics editor inspired by Paint.NET
GNU General Public License v3.0
41 stars 10 forks source link

Fixed and optimized floodfill #89

Closed BurntPizza closed 9 years ago

BurntPizza commented 9 years ago

Turns out flood fill was totally broke, didn't see it because default document is square. Making PR just to get the fix in. Also went and quickly implemented an IntStack for it because it's an easy speedup.