1
0
mirror of https://github.com/svg/svgo.git synced 2026-01-25 18:41:39 +03:00
Files
svgo/test/plugins/convertTransform.06.svg.txt
2024-02-05 21:47:31 +00:00

23 lines
668 B
Plaintext

Test matrices which are identities after rounding.
===
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
<text y="32" transform="matrix(1.0000002 0 0 1 0 0)">uwu</text>
<text y="64" transform="matrix(1 0 0 1 0.00002 0)">uwu</text>
<text y="96" transform="matrix(0.9999999847691 1.745329243133368e-4 -1.745329243133368e-4 0.9999999847691 0 0)">uwu</text>
<text y="128" transform="matrix(1.0000002 0 0 1 0.00002 0)">uwu</text>
</svg>
@@@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
<text y="32">uwu</text>
<text y="64">uwu</text>
<text y="96">uwu</text>
<text y="128">uwu</text>
</svg>
@@@
{"degPrecision":1}