📄 figure02-01.svg
字号:
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/SVG/DTD/svg10.dtd">
<svg width="350" height="300">
<title>SVG - Introduction</title>
<desc> This graphic demonstrates many exciting features of SVG.</desc>
<circle cx="50" cy="70" r="30" fill="grey"
fill-opacity="0.4" stroke="darkslategrey"
stroke-width="2">
<desc>Basic circle</desc>
</circle>
<line x1="72" y1="50" x2="110" y2="10" stroke="darkslategrey"
stroke-width="2"/>
</svg>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -