https://bugs.kde.org/show_bug.cgi?id=476317
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/krita/-/commit/b24a348 | |8cf23baa6ad0e41b8aef76cdf07 | |87af87 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit b24a3488cf23baa6ad0e41b8aef76cdf0787af87 by Dmitry Kazakov. Committed on 06/11/2023 at 14:23. Pushed by dkazakov into branch 'master'. Fix an offset when opening files with animated transform masks Our curves should be centered againt the rotation center. The current implementation still has a bug that the curve value is **not** the position of the rotation center, but (position - rotationCenterOffset), which is a completely nonsensial value. But since it is baked into .kra format, we should keep it this way for now. M +43 -2 plugins/tools/tool_transform2/KisAnimatedTransformMaskParamsHolder.cpp https://invent.kde.org/graphics/krita/-/commit/b24a3488cf23baa6ad0e41b8aef76cdf0787af87 -- You are receiving this mail because: You are watching all bug changes.