Summary: | Fill contiguous area doesn't fill correctly with limit to current layer active | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Bollebib <kwadraatnope> |
Component: | Tools | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | dimula73, halla |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Bollebib
2014-05-20 21:14:16 UTC
For me it works ok if I set threshold to lower values :( Hm... works here. Probably, you could make a video for this bug? Since I cannot reproduce it here. Please reset the state of the bug to UNCONFIRMED back when you are done. https://www.youtube.com/watch?v=z8fkA6A1gBc&feature=youtu.be this shows the issue I have apparantly fully opaque layers have no problems,but transparant ones do Hi, Bollebib! Could you please send me the file you used in the test? I cannot reproduce it :( Ok, reproduced. It happens on 16bit per channel-integer images only! :( It's also a regression -- it worked fine in 2.8. Ah, and that's the same issue as in 343365. Fixed in commit d6b43848e24a833304e4670d3212a1ce4cfc34ff Author: Dmitry Kazakov <dimula73@gmail.com> Date: Mon Feb 2 14:24:03 2015 +0300 Fixed flood fill in 16 bit mode Well, 'reinterpret_cast<quint32*>(pixelPtr)' in a templated code was obviously wrong :( BUG:343365 We really could have fixed this six months earlier... *** This bug has been marked as a duplicate of bug 343365 *** |