Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attribute copying commands change the element positions #8

Open
CarlosMendonca opened this issue Jul 31, 2019 · 1 comment
Open

Attribute copying commands change the element positions #8

CarlosMendonca opened this issue Jul 31, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@CarlosMendonca
Copy link
Owner

Repro:

  1. add shapes
  2. rotate them 90 degrees
  3. copy attributes

Test:

  • for all attribute copying commands
  • for multiple angle combinations: Shape-n = 0 degrees, S1 = 0, S2 = 90, S3 = 180, S4 = 270, S5 = 45, S6 = 33
  • for multiple angle combinations: Sn = 90 degrees, S1 = 0, S2 = 90, S3 = 180, S4 = 270, S5 = 45, S6 = 33
@CarlosMendonca CarlosMendonca added the bug Something isn't working label Jul 31, 2019
@CarlosMendonca
Copy link
Owner Author

This may be a non-issue after all. Couldn't repro, but will investigating further. The point is that the attributes get correctly applied, but if the shape is rotated by 90 degrees, it will appear to move because the anchor is always on what the upper left corner would be if said shape wasn't rotated.

It really comes down to what the expectation is in regards to the what the anchor point should be. It may be confusing/difficult to change the anchor point to a different corner, especially if the shape is rotated diagonally (for example, 30 degrees). I might punt this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant