Summary: | experiment/shape brush is shaky | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | animtim |
Component: | Brush engines | Assignee: | LukasT <lukast.dev> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | halla, lukast.dev |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
animtim
2011-03-11 11:09:38 UTC
Lukas, didn't you already fix this? Nope. Git commit 361d9134a9401716f4db02bbc10754ade689b86d by Lukáš Tvrdý. Committed on 30/12/2011 at 13:28. Pushed by lukast into branch 'master'. Fix shaking of the experiment/shape brush The problem was float coordinates and rounding. M +1 -2 krita/plugins/paintops/experiment/kis_fixed_painter.cpp http://commits.kde.org/calligra/361d9134a9401716f4db02bbc10754ade689b86d Here it still shakes a little while drawing. Maybe it shakes a little less (I'm not sure), but it still is :/ . It used to shake for me when I was changing the position of the stroke's top-left corner. How do you reproduce it? To reproduce I used to draw random circles (counterclockwise). So now after your comment about top/left I notice indeed it shakes only if the strokes goes to the top and/or the left. Ok I had an update issue, now it doesn't shake anymore indeed. Bug fixed! :.) |