mirror of
https://github.com/svg/svgo.git
synced 2026-01-25 18:41:39 +03:00
14 lines
307 B
Plaintext
14 lines
307 B
Plaintext
Should round radius considering the sagitta
|
|
|
|
===
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10">
|
|
<path d="m 1 1 a 10.567 10.567 0 0 0 1 0" stroke="black"/>
|
|
</svg>
|
|
|
|
@@@
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10">
|
|
<path d="M1 1a11 11 0 0 0 1 0" stroke="black"/>
|
|
</svg>
|