请马上登录,朋友们都在花潮里等着你哦:)
您需要 登录 才可以下载或查看,没有账号?立即注册
x
<svg width="400" height="400" viewBox="-200 -200 400 400">
<defs>
<linearGradient id="grd" x1="0" x2="0" y1="0" y2="1">
<stop offset="0" stop-color="#008000" />
<stop offset="0.5" stop-color="#00ffcc" />
<stop offset="1" stop-color="#ffcc00" />
</linearGradient>
<filter id="shadow">
<feOffset dx="4" dy="4" />
<feGaussianBlur stdDeviation="2" />
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0" />
<feComposite in="SourceGraphic" />
</filter>
</defs>
<circle cx="0" cy="0" r="160" fill="none" stroke-width="30" stroke="url(#grd)" filter="url(#shadow)" />
</svg>
|