web-component-designer
web-component-designer copied to clipboard
A Designer for HTML Components or Pages in a WebComponent
Have you tried to build the project demo with webpack or tried to host it in iis Server ? I have many problems and can’t build it with wepback and...
Check how we could draw the resize/selection overlay around a rotated object (or otherwise transformed) - [x] try to draw the lines without 1px x 1px helper div... use matrix...
- [x] Draw not rotated rectangle around object while moving - [ ] Show position  - [x] Apply Extension only once. Implement start method via PointerTool.
As a user of the designer I want be able to transform the elements. I'd like to be able to **rotate** & **skew** the elements. During rotation the current angle...
http://www.useragentman.com/blog/2011/01/07/css3-matrix-transform-for-the-mathematically-challenged/ https://stackoverflow.com/questions/12007971/dragging-resizing-css-transformed-elements
executed by the context menu.
Think about using chained transforms for better readability. For 3d transformations there are rotate3d, translate3d, ... available. It's not a must to use matrix3d.