database schema adjustments to server/realm/scene
This commit is contained in:
parent
a102c96bb4
commit
09590edd95
79 changed files with 7100 additions and 100 deletions
49
stock/props/coffee-turkish.svg
Normal file
49
stock/props/coffee-turkish.svg
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
<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="bronze" x1="0%" y1="0%" x2="100%" y2="0%">
|
||||
<stop offset="0%" stop-color="#8B5A2B"/>
|
||||
<stop offset="25%" stop-color="#CD853F"/>
|
||||
<stop offset="50%" stop-color="#DEB887"/>
|
||||
<stop offset="75%" stop-color="#CD853F"/>
|
||||
<stop offset="100%" stop-color="#8B5A2B"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bronzedark" x1="0%" y1="0%" x2="100%" y2="0%">
|
||||
<stop offset="0%" stop-color="#5C3317"/>
|
||||
<stop offset="50%" stop-color="#8B4513"/>
|
||||
<stop offset="100%" stop-color="#5C3317"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="turkishcoffee" x1="0%" y1="0%" x2="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#3E2723"/>
|
||||
<stop offset="100%" stop-color="#1A0F0A"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bronzehandle" x1="0%" y1="0%" x2="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CD853F"/>
|
||||
<stop offset="50%" stop-color="#8B5A2B"/>
|
||||
<stop offset="100%" stop-color="#5C3317"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<!-- Pot body - tapered cezve shape -->
|
||||
<path d="M 16 38 Q 14 34 16 28 L 18 22 Q 24 20 30 22 L 32 28 Q 34 34 32 38 Z" fill="url(#bronze)"/>
|
||||
<!-- Bottom rim -->
|
||||
<ellipse cx="24" cy="38" rx="8" ry="2.5" fill="url(#bronzedark)"/>
|
||||
<!-- Top rim - flared lip -->
|
||||
<ellipse cx="24" cy="22" rx="7" ry="2.5" fill="url(#bronze)"/>
|
||||
<ellipse cx="24" cy="21.5" rx="6" ry="2" fill="url(#bronzedark)"/>
|
||||
<!-- Coffee surface -->
|
||||
<ellipse cx="24" cy="23" rx="5" ry="1.5" fill="url(#turkishcoffee)"/>
|
||||
<!-- Foam/crema ring -->
|
||||
<ellipse cx="24" cy="23" rx="5" ry="1.5" fill="none" stroke="#6D4C41" stroke-width="0.5"/>
|
||||
<!-- Long handle -->
|
||||
<path d="M 32 28 L 44 20" fill="none" stroke="url(#bronzehandle)" stroke-width="3" stroke-linecap="round"/>
|
||||
<path d="M 32 28 L 44 20" fill="none" stroke="#DEB887" stroke-width="1" stroke-linecap="round" opacity="0.4"/>
|
||||
<!-- Handle end knob -->
|
||||
<circle cx="45" cy="19" r="2" fill="url(#bronzedark)"/>
|
||||
<circle cx="44.5" cy="18.5" r="1" fill="#CD853F" opacity="0.6"/>
|
||||
<!-- Highlight on body -->
|
||||
<path d="M 19 26 L 19 34" stroke="#FFF" stroke-width="0.8" opacity="0.25"/>
|
||||
<!-- Steam -->
|
||||
<path d="M 22 19 Q 20 15 22 12" fill="none" stroke="#CCC" stroke-width="0.8" opacity="0.5"/>
|
||||
<path d="M 26 19 Q 28 14 26 10" fill="none" stroke="#CCC" stroke-width="0.8" opacity="0.5"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
Loading…
Add table
Add a link
Reference in a new issue