感谢您的支持,我会继续努力的!
打开微信扫一扫,即可进行扫码打赏哦
点我查看本站打赏源码!
Powered by RUNCODEX.COM,学的不仅是技术,更是梦想!!!
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="800" height="600" viewBox="0 0 650 500" preserveAspectRatio="xMaxYMax">
<rect x="50" y="20" width="300" height="100"
style="fill:rgb(0,0,255);stroke-width:1;stroke:rgb(0,0,0);stroke-width:5;fill-opacity:0.1"/>
<circle cx="130" cy="100" r="40" stroke="black" stroke-width="2" fill="green" />
<path d="M200 0 L125 200 L275 200 Z" stroke="yellow" stroke-width="2" fill="red" />
<text x="0" y="15" fill="red">I love SVG</text>
</svg>
输入 JavaScript 代码……
xxxxxxxxxx
输入 CSS 代码……