https://bugs.kde.org/show_bug.cgi?id=472571
--- Comment #6 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 033280a0b2abd25617986b0af63d61aab01c41b6 by Dmitry Kazakov, on behalf of Alvin Wong. Committed on 31/08/2023 at 11:00. Pushed by dkazakov into branch 'master'. flake: Fix transformation of text path and shape-inside Shapes referenced by text path and shape-inside should ignore any transformation of their parents. When the shapes are loaded from SVG, they have the absolute transformation baked in. In order to get the transform we need, we invert the transform of a shape's parent and combine it with the shape's own absolute transform. M +25 -9 libs/flake/svg/SvgParser.cpp M +1 -1 libs/flake/svg/SvgParser.h https://invent.kde.org/graphics/krita/-/commit/033280a0b2abd25617986b0af63d61aab01c41b6 -- You are receiving this mail because: You are watching all bug changes.