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
30
stock/props/coffee-espresso.svg
Normal file
30
stock/props/coffee-espresso.svg
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<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="whitecup" 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="espresso" x1="0%" y1="0%" x2="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#8B4513"/>
|
||||
<stop offset="100%" stop-color="#3E1F0D"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<!-- Saucer -->
|
||||
<ellipse cx="24" cy="42" rx="14" ry="4" fill="url(#whitecup)"/>
|
||||
<ellipse cx="24" cy="41" rx="12" ry="3" fill="#F5F5F5"/>
|
||||
<!-- Cup body -->
|
||||
<path d="M 14 28 L 16 40 L 32 40 L 34 28 Z" fill="url(#whitecup)"/>
|
||||
<!-- Cup rim -->
|
||||
<ellipse cx="24" cy="28" rx="10" ry="3" fill="url(#whitecup)"/>
|
||||
<!-- Coffee surface with crema -->
|
||||
<ellipse cx="24" cy="29" rx="8" ry="2.5" fill="url(#espresso)"/>
|
||||
<ellipse cx="22" cy="28.5" rx="4" ry="1.5" fill="#D4A574" opacity="0.7"/>
|
||||
<!-- Handle -->
|
||||
<path d="M 34 30 Q 40 30 40 35 Q 40 40 34 38" fill="none" stroke="url(#whitecup)" stroke-width="3"/>
|
||||
<!-- Steam -->
|
||||
<path d="M 20 24 Q 19 20 21 18" fill="none" stroke="#CCC" stroke-width="1" opacity="0.5"/>
|
||||
<path d="M 26 24 Q 27 19 25 16" fill="none" stroke="#CCC" stroke-width="1" opacity="0.5"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
Loading…
Add table
Add a link
Reference in a new issue