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

14 lines
131 B
Plaintext

Should convert C to Q
===
<svg>
<path d="m 0 12 C 4 4 8 4 12 12"/>
</svg>
@@@
<svg>
<path d="M0 12q6-12 12 0"/>
</svg>