Revert Fill stack explosion prevention

Not the way to do it.
This commit is contained in:
Bill Kendrick 2021-11-16 23:49:52 -08:00
parent af8fd5b8a1
commit fcf1f66a03
2 changed files with 8 additions and 13 deletions

View file

@ -8,7 +8,7 @@ http://www.tuxpaint.org/
$Id$
2021.November.15 (0.9.27)
2021.November.16 (0.9.27)
* New Magic Tools:
----------------
* "Lightning" - Draws a bolt of lightning striking between
@ -194,7 +194,7 @@ $Id$
(e.g., when returning from the "Open" dialog).
(Closes https://sourceforge.net/p/tuxpaint/feature-requests/186/)
* Attempt to void crashing (by blowing up the stack) when doing
* WIP - Attempt to void crashing (by blowing up the stack) when doing
a flood-fill of a complicated shape on a large canvas
(e.g., `tuxpaint --3000x2000` with `starters/mosaic.svg`).
(h/t Yang for reporting, and Pere for confirming)