In this example, this SVG code does the translate first, then the scaling, then the rotation.
<g transform="rotate(45) scale(2) translate(100, 100)">
It is counterintuitive but that is how it works. Hopefully this solves some problems you might have on your SVG transforms.
0 comments:
Post a Comment