web-component-designer icon indicating copy to clipboard operation
web-component-designer copied to clipboard

Move & Resize Turned Objects

Open jogibear9988 opened this issue 2 years ago • 2 comments

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.

jogibear9988 avatar Feb 24 '22 10:02 jogibear9988

how should resize in grid work? fill next cell? or set width of object? (or could this be switched by a key?)

jogibear9988 avatar Feb 27 '22 11:02 jogibear9988

https://stackoverflow.com/questions/12007971/dragging-resizing-css-transformed-elements

jogibear9988 avatar Feb 27 '22 11:02 jogibear9988

This issue is covered by #65

7evenk avatar Oct 11 '22 11:10 7evenk