mirror of
https://github.com/Jellyfin2Samsung/Samsung-Jellyfin-Installer.git
synced 2026-03-01 11:21:12 +03:00
Add files via upload
This commit is contained in:
31
jellyfin-tizen-logo.svg
Normal file
31
jellyfin-tizen-logo.svg
Normal 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 |
Reference in New Issue
Block a user