mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +00:00

examples are not considered a feature of ThorVG; hence, they are excluded from the src directory. This change allows developers to concentrate more effectively on the core ThorVG sources for practical usages.
17 lines
No EOL
732 B
XML
17 lines
No EOL
732 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<g stroke="#000" fill="none" stroke-width="0.2">
|
|
<path d="M5,60 A16,30 60,1,1 95,40"/>
|
|
<path d="M10,60 A15,30 60,1,1 90,40"/>
|
|
<path d="M15,60 A14,30 60,1,1 85,40"/>
|
|
<path d="M20,60 A13,30 60,1,1 80,40"/>
|
|
<circle cx="40" cy="24" r="4" fill="#C0C" stroke="none"/>
|
|
<circle cx="50" cy="50" r="25" fill="#FD0" stroke="none"/>
|
|
<path d="M5,60 A16,30 60,0,0 95,40"/>
|
|
<path d="M10,60 A15,30 60,0,0 90,40"/>
|
|
<path d="M15,60 A14,30 60,0,0 85,40"/>
|
|
<path d="M20,60 A13,30 60,0,0 80,40"/>
|
|
</g>
|
|
<circle cx="60" cy="61" r="2" fill="#F00"/>
|
|
<circle cx="78" cy="25" r="3" fill="#0F0"/>
|
|
<circle cx="22" cy="79" r="3" fill="#00F"/>
|
|
</svg> |