You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Harbs <ha...@gmail.com> on 2016/07/24 06:32:18 UTC

Good article on SVG coordinate systems

It’s worth reading all three parts.[1]

I did not completely understand how SVG transformations work until I read this.

Relative positioning is particular sticky in SVG due to the coordinate systems. The easiest way to deal with that seem to be nesting SVG elements inside each other.[2]

[1]https://sarasoueidan.com/blog/svg-coordinate-systems/
[2]https://sarasoueidan.com/blog/mimic-relative-positioning-in-svg/