1
0
mirror of https://github.com/svg/svgo.git synced 2026-01-25 18:41:39 +03:00
Files
svgo/test/plugins/convertPathData.30.svg.txt

14 lines
306 B
Plaintext

Should use relative instead of absolute here. (Checking for proper rounding of relative data)
===
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48">
<path d="M 6 6 h 0.1 h 0.2"/>
</svg>
@@@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48">
<path d="M6 6h.3"/>
</svg>