mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-13 19:44:28 +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.
28 lines
1.2 KiB
XML
28 lines
1.2 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-eu" viewBox="0 0 640 480">
|
|
<defs>
|
|
<g id="d">
|
|
<g id="b">
|
|
<path id="a" d="m0-1-.3 1 .5.1z"/>
|
|
<use xlink:href="#a" transform="scale(-1 1)"/>
|
|
</g>
|
|
<g id="c">
|
|
<use xlink:href="#b" transform="rotate(72)"/>
|
|
<use xlink:href="#b" transform="rotate(144)"/>
|
|
</g>
|
|
<use xlink:href="#c" transform="scale(-1 1)"/>
|
|
</g>
|
|
</defs>
|
|
<path fill="#039" d="M0 0h640v480H0z"/>
|
|
<g fill="#fc0" transform="translate(320 242.3) scale(23.7037)">
|
|
<use xlink:href="#d" width="100%" height="100%" y="-6"/>
|
|
<use xlink:href="#d" width="100%" height="100%" y="6"/>
|
|
<g id="e">
|
|
<use xlink:href="#d" width="100%" height="100%" x="-6"/>
|
|
<use xlink:href="#d" width="100%" height="100%" transform="rotate(-144 -2.3 -2.1)"/>
|
|
<use xlink:href="#d" width="100%" height="100%" transform="rotate(144 -2.1 -2.3)"/>
|
|
<use xlink:href="#d" width="100%" height="100%" transform="rotate(72 -4.7 -2)"/>
|
|
<use xlink:href="#d" width="100%" height="100%" transform="rotate(72 -5 .5)"/>
|
|
</g>
|
|
<use xlink:href="#e" width="100%" height="100%" transform="scale(-1 1)"/>
|
|
</g>
|
|
</svg>
|