mirror of
https://github.com/myronblair/tomsjavajive
synced 2026-06-30 17:50:32 -05:00
7 lines
431 B
XML
7 lines
431 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400">
|
|
<rect width="400" height="400" fill="#F5F0EB"/>
|
|
<circle cx="200" cy="180" r="100" fill="#D4A574"/>
|
|
<ellipse cx="200" cy="180" rx="70" ry="30" fill="#8B4513"/>
|
|
<path d="M130 180 Q130 280 200 280 Q270 280 270 180" fill="#D4A574"/>
|
|
<text x="200" y="340" text-anchor="middle" font-family="Georgia, serif" font-size="24" fill="#8B4513">Product Image</text>
|
|
</svg> |