react-mops icon indicating copy to clipboard operation
react-mops copied to clipboard

Allow scale and rotate cursors without hotkey

Open 0x04 opened this issue 6 years ago • 3 comments

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

0x04 avatar Sep 20 '19 07:09 0x04

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 avatar Sep 20 '19 10:09 pixelass

NOTE: the OP screencast was made with Adobe Illustrator

pixelass avatar Oct 01 '19 14:10 pixelass

This can be achieved with v2 hooks once released.

pixelass avatar Oct 08 '19 22:10 pixelass