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

34
stock/props/misc-iou.svg Normal file
View file

@ -0,0 +1,34 @@
<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="paper" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#FFFEF0"/>
<stop offset="100%" stop-color="#F5F5DC"/>
</linearGradient>
<filter id="papershadow" x="-10%" y="-10%" width="120%" height="120%">
<feDropShadow dx="1" dy="2" stdDeviation="1.5" flood-color="#000000" flood-opacity="0.25"/>
</filter>
</defs>
<!-- Paper note with slight rotation -->
<g transform="rotate(-5, 24, 24)">
<!-- Paper background -->
<rect x="8" y="8" width="32" height="32" rx="2" fill="url(#paper)" filter="url(#papershadow)"/>
<!-- Torn edge effect at top -->
<path d="M 8 10 L 10 8 L 14 10 L 18 8 L 22 10 L 26 8 L 30 10 L 34 8 L 38 10 L 40 8" fill="none" stroke="#E8E8D0" stroke-width="1"/>
<!-- Red lines like notebook paper -->
<line x1="10" y1="18" x2="38" y2="18" stroke="#FFB6C1" stroke-width="0.5" opacity="0.5"/>
<line x1="10" y1="24" x2="38" y2="24" stroke="#FFB6C1" stroke-width="0.5" opacity="0.5"/>
<line x1="10" y1="30" x2="38" y2="30" stroke="#FFB6C1" stroke-width="0.5" opacity="0.5"/>
<!-- IOU text -->
<text x="24" y="22" font-family="Georgia, serif" font-size="12" font-weight="bold" fill="#1a1a2e" text-anchor="middle">I O U</text>
<!-- Underline -->
<line x1="14" y1="25" x2="34" y2="25" stroke="#1a1a2e" stroke-width="1"/>
<!-- Small signature line -->
<line x1="20" y1="34" x2="36" y2="34" stroke="#333" stroke-width="0.5"/>
<text x="18" y="35" font-family="Arial, sans-serif" font-size="3" fill="#666">x</text>
</g>
<!-- Pushpin -->
<circle cx="24" cy="6" r="3" fill="#DC143C"/>
<ellipse cx="24" cy="6" rx="1.5" ry="1" fill="#FF6B6B"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB