This commit is contained in:
NN Solex 2023-05-01 21:58:23 +03:00
parent 33d02a4845
commit 20c0224bc8
53 changed files with 1329 additions and 60 deletions

View file

@ -0,0 +1,15 @@
<?xml version="1.0" standalone="yes"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" width="64" height="64" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="Shiny"
cx="0.5" cy="0.5" r="0.5" fx="0.25" fy="0.25">
<stop offset="0%" stop-color="#ffffff" />
<stop offset="50%" stop-color="#00c0ff" />
<stop offset="75%" stop-color="#0080ff" />
<stop offset="100%" stop-color="#000000" />
</radialGradient>
</defs>
<circle r="30" cx="32" cy="32" fill="url(#Shiny)" />
</svg>

After

Width:  |  Height:  |  Size: 591 B