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
485 B
XML
13 lines
485 B
XML
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512">
|
|
<defs>
|
|
<clipPath id="a">
|
|
<path fill-opacity=".67" d="M115.74 0H611.8v496.06H115.74z"/>
|
|
</clipPath>
|
|
</defs>
|
|
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(-119.46) scale(1.032)" stroke-width="1pt">
|
|
<path fill="#ff0" d="M0 0h744.09v496.06H0z"/>
|
|
<path d="M0 0v496.06L496.06 0H0z" fill="#00ca00"/>
|
|
<path d="M248.03 496.06h496.06V0L248.03 496.06z" fill="red"/>
|
|
</g>
|
|
</svg>
|