GNOME Bugzilla – Bug 76228
brush scaling algorithm fails for large brushes
Last modified: 2004-11-11 09:56:00 UTC
when a VBR brush is bigger then 100 the brush renders with a white/grey area in the middle of the brush preview. PS it is inpossible to make a brush > 100 using the create brush button.
Yeah, that's a limitation of the scaling algorithm. It doesn't handle brush sizes > 255 properly.
Changes at the request of Dave Neary on the developer mailing list. I am changing many of the bugzilla reports that have not specified a target milestone to Future milestone. Hope that is acceptable.
*** Bug 132215 has been marked as a duplicate of this bug. ***
Sven, could you tell me in which file is this scaling algorithm? Is it in the GIMP or in GTK?
It's gimp/app/base/brush-scale.[ch]
Bumping some small feature requests and low-priority bugs to the 2.2 milestone. Dave.
Shouldn't block the release. But it should definitely be fixed at some point.
Fixed in cvs head 2004-11-11
Thanks a lot :)