mirror of
https://github.com/svg/svgo.git
synced 2026-01-25 18:41:39 +03:00
14 lines
298 B
Plaintext
14 lines
298 B
Plaintext
Should have no commands here. (Checking for removing useless before trying to convert to z)
|
|
|
|
===
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48">
|
|
<path d="M 6 6 h 0.0005"/>
|
|
</svg>
|
|
|
|
@@@
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48">
|
|
<path d="M6 6"/>
|
|
</svg>
|