When the user click on the horizontal or vertical mirror tools in the tool bar , the brush strokes get mirrored, how ever this is not the case with the quick brush engine brushes. dmitry said on IRC that this may not have been implemented yet. Hence I request for this feature. i know quick brush is limited with parameters but having ability to mirror strokes would be a plus. How to reproduce - open krita and a new document - Select a quick brush preset - choose horizontal and vertical mirror tool from the tool bar - start to draw Actual result - strokes are not mirrored Expected result - strokes should be mirrored when mirror tool are enabled Thank you
*** Bug 394933 has been marked as a duplicate of this bug. ***
Can confirm this bug on my end. Running 4.1.0 Krita on Win 7 64x system.
*** Bug 396829 has been marked as a duplicate of this bug. ***
Dmitry estimates that this might take a couple of days of work to implement.
I almost submitted a new bug report, but I think I have a pretty similar bug: brush _Basic-1 doesn't stroke on the other side when the mirror tools are enabled.
That's not similar: that's exactly this.
Git commit af13a646ad31af13cdca857254fe8c703c050cfd by Dmitry Kazakov. Committed on 11/03/2019 at 15:09. Pushed by dkazakov into branch 'master'. [FEATURE] Implement mirroring for Quick Brush The patch implements mirroring capabilities for Quick Brush. It just paints multiple "quick" strokes at the same time. M +51 -20 libs/image/kis_painter.cc M +12 -0 libs/image/kis_painter.h M +2 -0 libs/image/kis_painter_p.h M +9 -0 libs/image/krita_utils.cpp M +1 -0 libs/image/krita_utils.h M +18 -4 plugins/paintops/roundmarker/kis_roundmarkerop.cpp https://commits.kde.org/krita/af13a646ad31af13cdca857254fe8c703c050cfd