7evenk

Results 13 comments of 7evenk

This issue is covered by #65

### How does the helperElement / cornerDiv variant work? ![image](https://user-images.githubusercontent.com/5232626/196808673-87632188-907a-4d56-ae90-67f4198eb054.png) A clone of the actual element for which the vertices are to be determined is also passed to the method....

### This is the new method without cornerDiv! ![image](https://user-images.githubusercontent.com/5232626/196810678-05dce422-0ecd-42b1-ae00-2bf95b48e661.png) - Hide clone - Reset transfrom - Append clone to DOM (designerCanvas helperElement) - Destroy clone ![image](https://user-images.githubusercontent.com/5232626/196810788-8a51e8f8-0e55-4111-8ca6-2bce8745c638.png) **Calculate the corner points...

What does the height of a rotated element in the Wix Editor refer to? ![image](https://user-images.githubusercontent.com/5232626/189060580-245d5c43-8fc7-456c-b795-011e2628c6cd.png)

### Freeze transform origin during resizing ![image](https://user-images.githubusercontent.com/5232626/195015894-563419f9-a5da-4083-998a-672b16c42028.png) If the Transform origin is set absolute, it does not need to be moved at all during resizing Wow⚡ At the beginning of...

https://user-images.githubusercontent.com/5232626/197293998-5d4c878c-f9d0-442d-a410-30b2c61010d8.mp4

https://user-images.githubusercontent.com/5232626/197259863-d013dfb8-cd10-4628-bbf1-f2821fc53c17.mp4

![image](https://user-images.githubusercontent.com/5232626/206467255-b9307b52-656b-4fc5-81e7-2b29d89d3693.png) ![image](https://user-images.githubusercontent.com/5232626/206467516-3b62c74c-32bb-4d98-8934-7454a45f0c35.png)

### Get original element’s transform origin relative to canvas and add available vectors to get the transformed corner points ```typescript getDesignerCanvasNormalizedTransformedOrigin() ``` ![image](https://user-images.githubusercontent.com/5232626/201710736-506f7a5a-9cc5-4d9d-bd47-81a9634de1f0.png) 1. Apply resulting transformation (multiplied self by...

https://user-images.githubusercontent.com/5232626/201771139-3e0747e5-bd11-4ded-9e05-266a0360bf4b.mp4