Bug 396168

Summary: Asistants are not scaled when the image is resized
Product: [Applications] krita Reporter: Storm Engineer <storm.anthro>
Component: Tool/AssistantsAssignee: Krita Bugs <krita-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: ahab.greybeard, dimula73, halla, rhi
Priority: NOR    
Version: git master (please specify the git hash!)   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Storm Engineer 2018-07-04 14:49:03 UTC
Assistants are unaffected by rescaling the image, and so they will be incorrect after rescale.

Steps to repo:
1; Create an image
2; Place assistants and specific points
3; Rescale image to 50% width and height.

Actual behavior: Assistants retain their position relative to the original image size.
Expected behavior: Assistants retain position and scale relative to the image's new dimensions.
Comment 1 Ahab Greybeard 2019-06-14 09:50:46 UTC
This happens for Canvas Resize and Offset Image and Trim operations. Anything that shifts the image coordinates with respect to the top left corner.
The assistants have an X/Y offset definition that is not altered/compensated when these operatuions are done.
Comment 2 Dmitry Kazakov 2019-09-16 17:34:50 UTC

*** This bug has been marked as a duplicate of bug 331789 ***