mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 20:14:37 +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.
5 lines
No EOL
262 B
XML
5 lines
No EOL
262 B
XML
<svg id="svg1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
|
<circle r="32" cx="35" cy="65" fill="#F00" opacity="0.5"/>
|
|
<circle r="32" cx="65" cy="65" fill="#0F0" opacity="0.5"/>
|
|
<circle r="32" cx="50" cy="35" fill="#00F" opacity="0.5"/>
|
|
</svg> |