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
483 B
XML
13 lines
483 B
XML
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1">
|
|
<defs>
|
|
<clipPath id="a">
|
|
<path fill-opacity=".67" d="M102.42 0h708.66v708.66H102.42z"/>
|
|
</clipPath>
|
|
</defs>
|
|
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(-74) scale(.722)" stroke-width="1pt">
|
|
<path fill="#e80000" d="M0 0h1063v708.66H0z"/>
|
|
<path fill="#fff" d="M0 0h1063v354.33H0z"/>
|
|
<path d="M0 0l529.732 353.88L0 707.3V0z" fill="#00006f"/>
|
|
</g>
|
|
</svg>
|