|
|
@@ -0,0 +1,25 @@ |
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200"> |
|
|
|
<!-- Background --> |
|
|
|
<rect width="200" height="200" fill="white"/> |
|
|
|
|
|
|
|
<!-- Calligraphic V --> |
|
|
|
<path d="M70,50 L100,150 L130,50" |
|
|
|
stroke="black" stroke-width="5" fill="none" stroke-linecap="round" stroke-linejoin="round"/> |
|
|
|
|
|
|
|
<!-- Artistic Symbol: Paint Palette --> |
|
|
|
<circle cx="100" cy="70" r="20" fill="gray" /> |
|
|
|
<circle cx="90" cy="65" r="3" fill="red" /> |
|
|
|
<circle cx="100" cy="60" r="3" fill="blue" /> |
|
|
|
<circle cx="110" cy="65" r="3" fill="yellow" /> |
|
|
|
|
|
|
|
<!-- RGB Rays --> |
|
|
|
<line x1="100" y1="50" x2="70" y2="20" stroke="red" stroke-width="2"/> |
|
|
|
<line x1="100" y1="50" x2="100" y2="10" stroke="green" stroke-width="2"/> |
|
|
|
<line x1="100" y1="50" x2="130" y2="20" stroke="blue" stroke-width="2"/> |
|
|
|
|
|
|
|
<!-- CMYB Rays --> |
|
|
|
<line x1="100" y1="50" x2="50" y2="80" stroke="cyan" stroke-width="2"/> |
|
|
|
<line x1="100" y1="50" x2="100" y2="90" stroke="magenta" stroke-width="2"/> |
|
|
|
<line x1="100" y1="50" x2="150" y2="80" stroke="yellow" stroke-width="2"/> |
|
|
|
<line x1="100" y1="50" x2="100" y2="110" stroke="black" stroke-width="2"/> |
|
|
|
</svg> |