You are on page 1of 1

<svg height="210" width="400" xmlns="http://www.w3.

org/2000/svg">
<defs>
<linearGradient id="rainbow" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:red;stop-opacity:1" />
<stop offset="17%" style="stop-color:orange;stop-opacity:1" />
<stop offset="33%" style="stop-color:yellow;stop-opacity:1" />
<stop offset="50%" style="stop-color:green;stop-opacity:1" />
<stop offset="67%" style="stop-color:blue;stop-opacity:1" />
<stop offset="83%" style="stop-color:indigo;stop-opacity:1" />
<stop offset="100%" style="stop-color:violet;stop-opacity:1" />
</linearGradient>
</defs>
<path fill="#fff" stroke="#000" d="M 50 150 Q 100 100 150 150 Q 200 200 250 150 Q
300 100 350 150 Q 375 175 375 200 Q 375 225 350 250 Q 325 275 300 250 Q 275 225
250 250 Q 225 275 200 250 Q 175 225
150
250

You might also like