mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-09-26 07:03:12 +08:00
13 lines
602 B
XML
13 lines
602 B
XML
<svg xmlns="http://www.w3.org/2000/svg" x="0" y="0" width="500" height="500">
|
|
<defs>
|
|
<linearGradient id="linearGradient">
|
|
<stop style="stop-color:#bbbbff;stop-opacity:1" offset="0" />
|
|
<stop style="stop-color:#8f8fff;stop-opacity:1" offset="0.7" />
|
|
<stop style="stop-color:#6666cd;stop-opacity:1" offset="1" />
|
|
</linearGradient>
|
|
<radialGradient cx="170" cy="200" r="200" fx="170" fy="200" id="radialGradient"
|
|
xlink:href="#linearGradient" gradientUnits="userSpaceOnUse" />
|
|
</defs>
|
|
<circle cx="250" cy="250" r="200" style="fill:url(#radialGradient)" />
|
|
</svg>
|