Summary: | scale to new size Resolution and Shapes | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | animtim |
Component: | General | Assignee: | Sven Langkamp <sven.langkamp> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | halla |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
animtim
2010-11-05 12:01:12 UTC
Ack. And not only that: I see that after scaling, the selection outline of the current shape is smaller as well, so the problem is not on saving, but on resizing. It's just that the projection looks ok. SVN commit 1204232 by langkamp: fix scaling of shapes and undo on scaling the resolution BUG:256135 M +1 -0 image/CMakeLists.txt A image/commands/kis_image_set_resolution_command.cpp [License: GPL (v2+)] A image/commands/kis_image_set_resolution_command.h [License: GPL (v2+)] M +5 -2 image/kis_image.cc M +6 -1 image/kis_image.h M +10 -3 image/kis_transform_visitor.h M +10 -2 plugins/extensions/imagesize/imagesize.cc M +2 -2 ui/kis_image_manager.cc M +10 -1 ui/kis_image_manager.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1204232 I've updated with last svn and I still can reproduce the bug, so I think it's not fixed. It's fixed in git. |