You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
388 B
XML
10 lines
388 B
XML
3 years ago
|
|
||
|
<svg xmlns='http://www.w3.org/2000/svg' viewBox='-50 -50 100 100'>
|
||
|
<defs>
|
||
|
<linearGradient id='moon-light-gradient' x1="0" x2="0" y1="0" y2="1">
|
||
|
<stop stop-color='white' offset="0%"/>
|
||
|
<stop stop-color='rgba(255,255,255,0)' offset="75%"/>
|
||
|
</linearGradient>
|
||
|
</defs>
|
||
|
<circle cx='0' cy='0' r='50' fill='url("#moon-light-gradient")'/>
|
||
|
</svg>
|