web-component-designer
web-component-designer copied to clipboard
Move & Resize Turned Objects
Object could be Transformed via CSS. After that also a Resize and Movement should work.
So:
- Fix movement of Elments when they are not positioned absolute top/left, so also bottom & right should work, and also positioning via Margin, Padding, ...
- Implement Resizeing with all 6 resize Handles. The non implemented ones also need to Move the object
- Implement Movement & Resize when a object is Trasnformed (rotated, Sceewed,...)
- Snaplines should also work correctly for those scenarios.
how should resize in grid work? fill next cell? or set width of object? (or could this be switched by a key?)
https://stackoverflow.com/questions/12007971/dragging-resizing-css-transformed-elements
This issue is covered by #65