Version: 2.2 Beta 1 (using 4.4.1 (KDE 4.4.1), Kubuntu packages) Compiler: cc OS: Linux (i686) release 2.6.31-20-generic In Sumi-e there's an outline but it looks always small regarless of current size and scale settings in curve, dyna and particle paintops no outline is shown.
SVN commit 1105718 by langkamp: make sumi-e a brush based paintop, fixes outline and resizing CCBUG:231463 BUG:231464 M +3 -2 kis_sumi_paintop.cpp M +4 -5 kis_sumi_paintop.h M +1 -16 kis_sumi_paintop_settings_widget.cpp M +2 -4 kis_sumi_paintop_settings_widget.h M +2 -1 sumi_paintop_plugin.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1105718
Curve and particle don't have a real outline as they don't have an extent. Maybe we could paint an x at the cursor position.
I guess it would be ok to paint an x. btw, in sumi-e, there's an option that also afects the brush size, which is the scale in brishtle options, you can set scale 10 and get a pretty big brush, the outline shows the area as if scale was set to 1 always.
SVN commit 1106733 by langkamp: fixed outline for curve and particle paintop CCBUG:231463 M +14 -0 curvebrush/kis_curve_paintop_settings.cpp M +3 -0 curvebrush/kis_curve_paintop_settings.h M +13 -0 particle/kis_particle_paintop_settings.cpp M +4 -0 particle/kis_particle_paintop_settings.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1106733
SVN commit 1106742 by langkamp: draw an x outline by default CCBUG:231463 M +6 -7 image/brushengine/kis_paintop_settings.cpp M +0 -14 plugins/paintops/curvebrush/kis_curve_paintop_settings.cpp M +0 -3 plugins/paintops/curvebrush/kis_curve_paintop_settings.h M +0 -14 plugins/paintops/particle/kis_particle_paintop_settings.cpp M +0 -4 plugins/paintops/particle/kis_particle_paintop_settings.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1106742
SVN commit 1109677 by langkamp: fix scale of hairy brush outline BUG:231463 M +36 -6 kis_hairy_paintop_settings.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1109677
You need to log in before you can comment on or make changes to this bug.