Summary: | Brush outline gets stuck in position when the size is reduced to zero by the transfer curve | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Felix <felgutgar> |
Component: | Brush engines | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ahab.greybeard |
Priority: | NOR | Keywords: | regression |
Version: | 4.4.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/9734c50aaa4b23fa9a912c2e2a021741b3cf60a9 | Version Fixed In: | |
Sentry Crash Report: |
Description
Felix
2020-10-15 11:27:43 UTC
Excuse me, only in 4.4 not in 4.3. I can confirm that this happens with the 4.4.0 appimage but not the 4.3.0 appimage. If the size transfer curve goes down to 0% after the Distance/Fade then it happens, even if you do not draw so far that the brush outline size goes down to 0%. If the size transfer curve is set to 1% or greater at the end then it does not happen. However, with a curve end point of 1% or greater, if you draw a 'partial' line that does not take the size down to 0%, then you still get a small dot outline left where you stopped drawing the line. This dot follows the cursor and the full sized brush outline does not reappear until you start a new line and move the cursor. It would be helpful if the full sized brush outline appeared when the mouse left-click wa sended or the stylus was lifted. Git commit ec43d9e2f8aa82f683b06cce7824dd91f775ea46 by Eoin O'Neill. Committed on 17/11/2020 at 22:36. Pushed by eoinoneill into branch 'master'. Tool Repainting now accounts for 'corrected' tool paths. This should reenable smaller than min-threshold rendering back to expected behavior. It was currently rendering incorrectly in both render modes. M +1 -1 libs/ui/tool/kis_tool_paint.cc https://invent.kde.org/graphics/krita/commit/ec43d9e2f8aa82f683b06cce7824dd91f775ea46 Git commit 9734c50aaa4b23fa9a912c2e2a021741b3cf60a9 by Boudewijn Rempt, on behalf of Eoin O'Neill. Committed on 18/11/2020 at 07:19. Pushed by rempt into branch 'krita/4.3'. Tool Repainting now accounts for 'corrected' tool paths. This should reenable smaller than min-threshold rendering back to expected behavior. It was currently rendering incorrectly in both render modes. (cherry picked from commit ec43d9e2f8aa82f683b06cce7824dd91f775ea46) M +1 -1 libs/ui/tool/kis_tool_paint.cc https://invent.kde.org/graphics/krita/commit/9734c50aaa4b23fa9a912c2e2a021741b3cf60a9 |