Restore React client source, add hall-to-hall navigation via painting influences grouped by movement, and update documentation. Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
369 B
XML
7 lines
369 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200">
|
|
<rect width="200" height="200" fill="#3d2b1f"/>
|
|
<circle cx="100" cy="80" r="40" fill="#5c4a3a"/>
|
|
<ellipse cx="100" cy="170" rx="55" ry="35" fill="#5c4a3a"/>
|
|
<text x="100" y="195" text-anchor="middle" fill="#8B7355" font-size="10" font-family="serif">Portrait</text>
|
|
</svg>
|