Version: svn trunk (using KDE 4.4.5) OS: Linux when drawing with experimental/shape brush, if you look very close, you'll see the shape is shaking a little while drawing it (it shakes between 2 pixels, or something like that) Reproducible: Always
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! :.)