mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
1ff8528597
* Initial WebUI with sample functions * Changed folder structure * Light Reset Button and Translation fixing in Links * Indentation fixed * Reorganized menu and new function for setting effects * Styling fix
14 lines
818 B
XML
14 lines
818 B
XML
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="512" width="512" version="1">
|
|
<path fill="#ce1126" d="M0 0h256v512H0z"/>
|
|
<path fill="#fcd116" d="M256 0h256v256H256z"/>
|
|
<path fill="#009e49" d="M256 256h256v256H256z"/>
|
|
<g id="b" transform="matrix(85.33334 0 0 85.33334 128 256)">
|
|
<path id="a" d="M0-1v1h.5" transform="rotate(18 0 -1)"/>
|
|
<use height="100%" width="100%" xlink:href="#a" transform="scale(-1 1)"/>
|
|
</g>
|
|
<use height="100%" width="100%" xlink:href="#b" transform="rotate(72 128 256)"/>
|
|
<use height="100%" width="100%" xlink:href="#b" transform="rotate(144 128 256)"/>
|
|
<use height="100%" width="100%" xlink:href="#b" transform="rotate(-144 128 256)"/>
|
|
<use height="100%" width="100%" xlink:href="#b" transform="rotate(-72 128 256)"/>
|
|
</svg>
|