Summary: | Scaling with transformation tool effects object's translation. | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Josh Bell <joshbell7> |
Component: | Tools/Transform | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | halla |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Other | ||
Latest Commit: | http://commits.kde.org/calligra/80db67dc880f617b67c34792e2256ba93e3c8425 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | OP Delivers. (Screenshot demonstrating bug 308531) |
Description
Josh Bell
2012-10-17 04:25:41 UTC
Hi Josh, Weird... I don't think I can reproduce this. Could you make screenshots for me? Created attachment 74827 [details] OP Delivers. (Screenshot demonstrating bug 308531) Bug tracking: The webcomic. It seems anchoring is the main problem. Unless I'm doing things wrong, I expect scaling will be a little less lossy once this is fixed. The last sentence of the image is a little iffy. I'm trying to say, one would expect the result to look identical to the original. Discovered more bugs while creating this image. expect more tickets soon. Git commit 80db67dc880f617b67c34792e2256ba93e3c8425 by Dmitry Kazakov. Committed on 13/01/2013 at 13:16. Pushed by dkazakov into branch 'krita-fixed-transform-kazakov'. A bit of splitting to the transform tool It makes the file about 100 lines smaller and fixes rounding bugs. M +1 -0 krita/plugins/tools/tool_transform2/CMakeLists.txt M +224 -339 krita/plugins/tools/tool_transform2/kis_tool_transform.cc M +18 -36 krita/plugins/tools/tool_transform2/kis_tool_transform.h A +219 -0 krita/plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp [License: GPL (v2+)] A +95 -0 krita/plugins/tools/tool_transform2/kis_tool_transform_config_widget.h [License: GPL (v2+)] A +113 -0 krita/plugins/tools/tool_transform2/transform_transaction_properties.h [License: GPL (v2+)] http://commits.kde.org/calligra/80db67dc880f617b67c34792e2256ba93e3c8425 |