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
521 B
XML
13 lines
521 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="M85.43 0h486v486h-486z"/>
|
|
</clipPath>
|
|
</defs>
|
|
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(-90) scale(1.0535)" stroke-width="0">
|
|
<path fill="#003897" d="M0 0h675v486H0z"/>
|
|
<path d="M0 189h189V0h108v189h378v108H297v189H189V297H0V189z" fill="#fff"/>
|
|
<path d="M0 216h216V0h54v216h405v54H270v216h-54V270H0v-54z" fill="#d72828"/>
|
|
</g>
|
|
</svg>
|