Redesign 3D gallery as single hall per artist with exit navigation.
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>
This commit is contained in:
co-authored by
Cursor
parent
44d3d4359a
commit
08f99d7a29
@@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="300" height="240" viewBox="0 0 300 240">
|
||||
<rect width="300" height="240" fill="#4a3728"/>
|
||||
<rect x="20" y="20" width="260" height="180" fill="#5c4a3a" stroke="#8B6914" stroke-width="4"/>
|
||||
<path d="M60 160 L100 80 L140 140 L180 60 L240 160" fill="none" stroke="#8B7355" stroke-width="2"/>
|
||||
<circle cx="150" cy="100" r="20" fill="#6b5a4a"/>
|
||||
<text x="150" y="220" text-anchor="middle" fill="#8B7355" font-size="12" font-family="serif">Artwork</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 507 B |
@@ -0,0 +1,6 @@
|
||||
<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>
|
||||
|
After Width: | Height: | Size: 369 B |
Reference in New Issue
Block a user