-
Notifications
You must be signed in to change notification settings - Fork 186
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
Rotation Tool: display predefined rotation angles and current angle #2463
Comments
One question here, according to ''the set of angles shown should always cover [-90 - +90] range relatively to the handle position", angles of the image above should be like This looks a bit wierd huh... Which one is correct? |
yuleicul
added a commit
that referenced
this issue
May 4, 2023
yuleicul
added a commit
that referenced
this issue
May 4, 2023
yuleicul
added a commit
that referenced
this issue
May 5, 2023
yuleicul
added a commit
that referenced
this issue
May 5, 2023
yuleicul
added a commit
that referenced
this issue
May 5, 2023
yuleicul
added a commit
that referenced
this issue
May 5, 2023
yuleicul
added a commit
that referenced
this issue
May 5, 2023
yuleicul
added a commit
that referenced
this issue
May 9, 2023
yuleicul
added a commit
that referenced
this issue
May 10, 2023
yuleicul
added a commit
that referenced
this issue
May 10, 2023
yuleicul
added a commit
that referenced
this issue
May 10, 2023
yuleicul
added a commit
that referenced
this issue
May 10, 2023
yuleicul
added a commit
that referenced
this issue
May 11, 2023
KonstantinEpam23
pushed a commit
that referenced
this issue
May 18, 2023
KonstantinEpam23
pushed a commit
that referenced
this issue
May 18, 2023
KonstantinEpam23
pushed a commit
that referenced
this issue
May 18, 2023
KonstantinEpam23
pushed a commit
that referenced
this issue
May 18, 2023
KonstantinEpam23
pushed a commit
that referenced
this issue
May 18, 2023
KonstantinEpam23
pushed a commit
that referenced
this issue
May 18, 2023
KonstantinEpam23
pushed a commit
that referenced
this issue
May 18, 2023
KonstantinEpam23
pushed a commit
that referenced
this issue
May 18, 2023
KonstantinEpam23
pushed a commit
that referenced
this issue
May 18, 2023
…first when DnDing very fast
KonstantinEpam23
pushed a commit
that referenced
this issue
May 18, 2023
KonstantinEpam23
pushed a commit
that referenced
this issue
May 18, 2023
KonstantinEpam23
pushed a commit
that referenced
this issue
May 18, 2023
KonstantinEpam23
pushed a commit
that referenced
this issue
May 18, 2023
KonstantinEpam23
pushed a commit
that referenced
this issue
May 18, 2023
KonstantinEpam23
pushed a commit
that referenced
this issue
May 18, 2023
KonstantinEpam23
pushed a commit
that referenced
this issue
May 18, 2023
KonstantinEpam23
pushed a commit
that referenced
this issue
May 18, 2023
KonstantinEpam23
pushed a commit
that referenced
this issue
May 18, 2023
…ngle (#2574) * 2463 - Rename bounding rectangle * #2463 - Draw predefined x30 degrees * #2463 - Fix protractor to be the most backward * #2463 - Add current rotate degree and rotate arc * #2463 - Update unit tests * #2463 - Fix handle getting stuck when moving fast * #2463 - Fix rotate arc overlapping structure * #2463 - Add x45 degrees and hidden degrees out of ±90° * #2463 - Hide predefined degree text if radius is less than 65 * #2463 - Fix `dragMove` being called without `dragStart` being called first when DnDing very fast * #2463 - Update unit tests * #2463 - Fix wheel to show +/-90 degrees on both sides * #2463 - Fix current mark to be highlighted except for 0 * #2463 - Fix handle line and circle line going out of sync * #2463 - Fix protractor staying after screenshot/being paused * #2463 - Fix rotation handle to show when selecting all by ctrl+a * #2463 - Fix rotation center to be right when scrollbar shows * #2463 - Add unit tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enhance the rotation tool introduced in scope of #2090, so that user can see predefined rotation angles' marks as well as current rotation angle and can easier rotate the selection on needed angle. The rotation tool should work as follows:
#184121704
The text was updated successfully, but these errors were encountered: