感谢您的支持,我会继续努力的!
打开微信扫一扫,即可进行扫码打赏哦
点我查看本站打赏源码!
Powered by RUNCODEX.COM,学的不仅是技术,更是梦想!!!
<svg width="100%" height="100%" viewBox="0 0 150 120" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<filter id="colorMatrix">
<feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 0
0 1 0 0 0
0 0 1 0 0
0 0 0 1 0" />
</filter>
<g filter="">
<circle cx="30" cy="30" r="20" fill="red" fill-opacity="0.5" />
</g>
<g filter="url(#colorMatrix)">
<circle cx="80" cy="30" r="20" fill="red" fill-opacity="0.5" />
</svg>
输入 JavaScript 代码……
xxxxxxxxxx
输入 CSS 代码……