https://bugs.kde.org/show_bug.cgi?id=422466
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/dce24a288 | |7ed398204a20e79772829ad6acf | |4cf2 Resolution|--- |FIXED --- Comment #3 from Dmitry Kazakov <[email protected]> --- Git commit dce24a2887ed398204a20e79772829ad6acf4cf2 by Dmitry Kazakov. Committed on 05/06/2020 at 07:56. Pushed by dkazakov into branch 'krita/4.3'. Fix freeze when changing shape's marker KoMarker::maxInset() should not multiply the inset by the line width, because it has already been multiplied in KoMarker::boundingRect(). M +0 -4 libs/flake/KoMarker.cpp https://invent.kde.org/graphics/krita/commit/dce24a2887ed398204a20e79772829ad6acf4cf2 --- Comment #4 from Dmitry Kazakov <[email protected]> --- Git commit adc30236e4fe15e14c98358330eecac1af600b0f by Dmitry Kazakov. Committed on 05/06/2020 at 07:56. Pushed by dkazakov into branch 'krita/4.3'. Don't update too much area around path shapes outlineSweepWidth is 'width' of the line, not an inset. Therefore, we should grow the bounding box by half of it, not by the full value. M +2 -1 libs/flake/KoPathShape.cpp https://invent.kde.org/graphics/krita/commit/adc30236e4fe15e14c98358330eecac1af600b0f -- You are receiving this mail because: You are watching all bug changes.
