https://bugs.kde.org/show_bug.cgi?id=402250
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/10c4734c1 |hics/krita/commit/0ffed8a5c |5cfcfbd9884e4bdacb20bc94205 |678c0c8eb9f58611dea310c62e2 |b550 |2661 --- Comment #5 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 0ffed8a5c678c0c8eb9f58611dea310c62e22661 by Dmitry Kazakov. Committed on 05/06/2020 at 19:04. Pushed by dkazakov into branch 'master'. Fix arrow markers to look better The markers were generated in Inkscape. And there they had a stroke of 1pt. But(!) in Inkscape, the meaning of pt/px is a bit different. In Inkscape 1px equals 1mm. But is Krita 1px is more or less equal to 1 pt. Therefore the arrows looked ugly. This patch just sets the arrow stroke width to a fixed value in 'px', which solves the uncertainty caused by using configurable values. 2.8 = 72 pt/in / 25.4mm/in M +9 -9 libs/flake/styles/markers.svg https://invent.kde.org/graphics/krita/commit/0ffed8a5c678c0c8eb9f58611dea310c62e22661 -- You are receiving this mail because: You are watching all bug changes.