https://bugs.kde.org/show_bug.cgi?id=407405
vanyossi <ghe...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/kde/ | |krita/commit/b434751233e91d | |229617952bb73ca0744353bd10 Resolution|--- |FIXED --- Comment #2 from vanyossi <ghe...@gmail.com> --- Git commit b434751233e91d229617952bb73ca0744353bd10 by Ivan Yossi. Committed on 04/12/2019 at 07:51. Pushed by ivany into branch 'master'. Fix 1px brush offset in line tool This adjust the diferent position of KisPaintInformation from a line to be inside a line between starting and ending points. This is particularly important as brushes that use 1px perfect pixels require the line to be perfect in order to avoid looking jagged. In 1px size with sharpen active we only use the start and end KisPaintInformation points. This patch also adjusts the outine on 1px brushes to adjust to the grid to better preview where the paint is going to be applyied M +2 -2 libs/image/brushengine/kis_paintop.cc M +10 -2 libs/image/kis_painter.cc M +4 -1 plugins/paintops/libpaintop/kis_brush_based_paintop_settings.cpp M +21 -2 plugins/paintops/libpaintop/kis_current_outline_fetcher.cpp M +2 -1 plugins/paintops/libpaintop/kis_current_outline_fetcher.h M +72 -0 plugins/tools/basictools/kis_tool_line_helper.cpp M +3 -0 plugins/tools/basictools/kis_tool_line_helper.h https://invent.kde.org/kde/krita/commit/b434751233e91d229617952bb73ca0744353bd10 -- You are receiving this mail because: You are watching all bug changes.