Add files via upload

This commit is contained in:
Patrick
2025-10-29 13:16:02 +01:00
committed by GitHub
parent 912a9f84d7
commit c6a1d130d9

31
jellyfin-tizen-logo.svg Normal file
View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Tizen buitenring -->
<circle cx="150" cy="150" r="140" fill="none" stroke="#2DC4EA" stroke-width="8" stroke-dasharray="345 20" transform="rotate(45 150 150)" />
<!-- Tizen stippen -->
<circle cx="150" cy="30" r="6" fill="#2DC4EA" />
<circle cx="270" cy="150" r="6" fill="#2DC4EA" />
<!-- Jellyfin buitenste cirkel -->
<circle cx="150" cy="150" r="90" fill="url(#jellyfinOuter)" />
<!-- Jellyfin binnenste cirkel -->
<circle cx="150" cy="150" r="60" fill="url(#jellyfinInner)" />
<!-- Jellyfin kern -->
<circle cx="150" cy="150" r="30" fill="white" />
<!-- Gradients -->
<defs>
<linearGradient id="jellyfinOuter" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#00A4DC" />
<stop offset="100%" stop-color="#AA5CC3" />
</linearGradient>
<linearGradient id="jellyfinInner" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#00A4DC" />
<stop offset="100%" stop-color="#5B2C83" />
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB