css - 可否将svg生成的图片,保存在本地?
天蓬老师
天蓬老师 2017-04-17 13:17:10
0
2
433

<!DOCTYPE html>
<html>
<body><h1>My first SVG</h1><svg width="100" height="100">
<circle cx="50" cy="50" r="40"
stroke="green" stroke-width="4" fill="yellow"
/>
</svg>

</body>
</html>
上面的代码在浏览器窗口中,画了一个圆,请问,可否使用代码,将这个图片保存在本地计算机?
请专家们用代码解决问题。

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(2)
伊谢尔伦

Download the svg and use AI to transfer it, isn’t it just a picture?

迷茫

I just remember to right click

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template