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
13 lines
432 B
XML
13 lines
432 B
XML
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512">
|
|
<defs>
|
|
<clipPath id="a">
|
|
<rect width="384" height="512" rx="4.627" ry="7.628"/>
|
|
</clipPath>
|
|
</defs>
|
|
<g transform="matrix(1.33333 0 0 1 0 0)" clip-path="url(#a)" fill-rule="evenodd">
|
|
<path fill="#0000cd" d="M0 341.7h512V512H0z"/>
|
|
<path fill="#fff" d="M0 171.4h512v170.3H0z"/>
|
|
<path fill="#00cd00" d="M0 0h512v171.4H0z"/>
|
|
</g>
|
|
</svg>
|