hpi-swa-teaching / SVGMorph

(SWT22-04)
MIT License
5 stars 2 forks source link

Simplify decomposed transformations #54

Open lukasrad02 opened 2 years ago

lukasrad02 commented 2 years ago

As a designer, I would like if decomposed transformations would be simplified if possible. For now, this should include the detection of identical x and y scale values, so scale(10, 10) should be expressed as scale(10).

This would help me to understand transformations seen in the element info of the editor or in the source code.