⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 figure02-10.svg

📁 SVG资料。这是一个SVG资料
💻 SVG
字号:
<svg width="300" height="300">
	<rect x="10" y="10" width="70" height="70"
		fill="pink" stroke="blue" stroke-width="5"
		stroke-dasharray="35 35" stroke-dashoffset="-17.5"
		/>
	<line x1="90" y1="45" x2="215" y2="45"
		stroke-width="10" stroke="black"
		stroke-dasharray="2 13"
	 	/>
	<line x1="120" y1="80" x2="215" y2="45"
		stroke-width="2" stroke="black"
		stroke-dasharray="1 10 5 10"
	 	/>
	<line x1="120" y1="10" x2="215" y2="45"
		stroke-width="2" stroke="black"
		stroke-dasharray="1 10 5 10"
	 	/>
</svg>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -