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

Allow scale and rotate cursors without hotkey #3

Open
0x04 opened this issue Sep 20, 2019 · 3 comments · May be fixed by #9
Open

Allow scale and rotate cursors without hotkey #3

0x04 opened this issue Sep 20, 2019 · 3 comments · May be fixed by #9
Labels
enhancement New feature or request

Comments

@0x04
Copy link

0x04 commented Sep 20, 2019

Currently you're just able to use the rotate cursor beside the scale cursor without pressing the rotate hotkey.

It would be nice if both would be possible without pressing a key. With the appropriate distance and direction to a handle you could display the scale or rotate cursor.

Possible Solutions

  • Show rotate or scale cursors like in the appended animation

cursor_resize_scale

@pixelass
Copy link
Owner

This is under consideration. It makes sense to offer this feature but I'm not sure about the implementation yet.

Idea:

const App = () => (
    <Box isRotatable alwaysRotate>
        No need to use Meta to rotate me
    </Box>
);

@pixelass pixelass added the enhancement New feature or request label Sep 20, 2019
@pixelass
Copy link
Owner

pixelass commented Oct 1, 2019

NOTE: the OP screencast was made with Adobe Illustrator

@pixelass
Copy link
Owner

pixelass commented Oct 8, 2019

This can be achieved with v2 hooks once released.

@pixelass pixelass linked a pull request Oct 8, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants