| Summary: | "Convert shapes to vector selection" ignores transform and coordinate change | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | paleh <paleh21669> |
| Component: | Tools/Vector | Assignee: | Dmitry Kazakov <dimula73> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dimula73 |
| Priority: | NOR | ||
| Version First Reported In: | 5.2.2 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/89e0021dc469d938ee6fb683ce102d7eb6f725af | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
paleh
2023-12-19 17:42:48 UTC
Git commit 89e0021dc469d938ee6fb683ce102d7eb6f725af by Dmitry Kazakov. Committed on 16/01/2024 at 14:50. Pushed by dkazakov into branch 'master'. Fix conversion of the shape into a vector selection We should bake the shape's absolute transform during the conversion M +13 -1 libs/ui/actions/kis_selection_action_factories.cpp https://invent.kde.org/graphics/krita/-/commit/89e0021dc469d938ee6fb683ce102d7eb6f725af Git commit e2e42b0d01f4d3f9b15791f6f4705aeb2eb230cb by Dmitry Kazakov. Committed on 16/01/2024 at 15:11. Pushed by dkazakov into branch 'master'. Deduplicate shape cloning algorithm Now we have KoShape::cloneShapeAndBakeAbsoluteTransform() if we want to bake the transform as well. M +1 -11 libs/flake/KoDrag.cpp M +16 -0 libs/flake/KoShape.cpp M +14 -0 libs/flake/KoShape.h M +1 -12 libs/ui/actions/kis_selection_action_factories.cpp https://invent.kde.org/graphics/krita/-/commit/e2e42b0d01f4d3f9b15791f6f4705aeb2eb230cb |