database schema adjustments to server/realm/scene

This commit is contained in:
Evan Carroll 2026-01-16 10:57:47 -06:00
parent a102c96bb4
commit 09590edd95
79 changed files with 7100 additions and 100 deletions

View file

@ -0,0 +1,31 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120" width="120" height="120">
<g transform="scale(2.5)">
<defs>
<linearGradient id="ceramic" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#E8E8E8"/>
<stop offset="50%" stop-color="#FFFFFF"/>
<stop offset="100%" stop-color="#E8E8E8"/>
</linearGradient>
<linearGradient id="drippingcoffee" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#5D3A1A"/>
<stop offset="100%" stop-color="#3E1F0D"/>
</linearGradient>
</defs>
<!-- Carafe/server -->
<path d="M 14 30 L 16 46 L 32 46 L 34 30 Z" fill="url(#ceramic)" opacity="0.6"/>
<rect x="16" y="34" width="16" height="10" fill="url(#drippingcoffee)" opacity="0.8"/>
<!-- Pour over dripper -->
<path d="M 10 12 L 18 28 L 30 28 L 38 12 Z" fill="url(#ceramic)"/>
<ellipse cx="24" cy="12" rx="14" ry="4" fill="url(#ceramic)"/>
<!-- Filter visible inside -->
<path d="M 14 14 L 20 26 L 28 26 L 34 14 Z" fill="#F5DEB3" opacity="0.6"/>
<!-- Coffee grounds -->
<ellipse cx="24" cy="16" rx="8" ry="2" fill="#3E1F0D"/>
<!-- Drip stream -->
<rect x="23" y="28" width="2" height="4" fill="#5D3A1A"/>
<!-- Water being poured -->
<path d="M 28 6 Q 26 8 24 14" fill="none" stroke="#87CEEB" stroke-width="2" opacity="0.5"/>
<!-- Steam from carafe -->
<path d="M 22 32 Q 21 30 23 28" fill="none" stroke="#CCC" stroke-width="0.8" opacity="0.4"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB