1
0
mirror of https://github.com/svg/svgo.git synced 2025-09-18 19:14:33 +03:00
Files
svgo/test/plugins/convertTransform.03.svg
GreLI e1dd31cf84 Fix 180deg ‘convertTransform’
Fix NaN after Math.acos due to error making illegal value out of bounds
Fix #1101
2019-07-14 18:51:50 +03:00

22 lines
773 B
XML

<svg xmlns="http://www.w3.org/2000/svg">
<g transform="matrix(1 0 0 1 50 100)"/>
<g transform="matrix(0.5 0 0 2 0 0)"/>
<g transform="matrix(.707-.707.707.707 0 0)"/>
<g transform="matrix(1 0 0.466 1 0 0)"/>
<g transform="matrix(1 0.466 0 1 0 0)"/>
<g transform="matrix(1 0 0 1 50 90) matrix(1 0 0 1 60 20) matrix(1 0 0 1 20 40)"/>
<g transform="matrix(-0.10443115234375 0 0 -0.10443115234375 182.15 61.15)"/>
</svg>
@@@
<svg xmlns="http://www.w3.org/2000/svg">
<g transform="translate(50 100)"/>
<g transform="scale(.5 2)"/>
<g transform="rotate(-45)"/>
<g transform="skewX(24.99)"/>
<g transform="skewY(24.99)"/>
<g transform="translate(130 150)"/>
<g transform="rotate(180 91.074 30.575) scale(.10443)"/>
</svg>