Files
Art-gallery/client/public/placeholder-portrait.svg
T
Danila KhodjaefandCursor 08f99d7a29 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>
2026-06-19 10:10:13 +03:00

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>