📄 figure02-29.svg
字号:
<svg width="800" height="600" viewBox="0 0 400 300">
<defs>
<pattern id="gridPattern" x="0" y="0" width="10" height="10"
patternUnits="userSpaceOnUse">
<path d="M 10 0 L 0 0 0 10" fill="none" stroke="gray"
stroke-width="0.25"/>
</pattern>
</defs>
<rect id="grid" width="300" height="211" stroke="gray" stroke-width="0.1"
fill="url(#gridPattern)" /> <!-- grid -->
<polygon points="20,50 60,50 40,15.36" stroke="darkslategray"
stroke-width="15" stroke-opacity="0.5" fill="lightslategray"
fill-opacity="0.5" stroke-linejoin="round" />
<polygon points="100,50 140,50 120,15.36" stroke="darkslategray"
stroke-width="5" stroke-dasharray="20 20" stroke-dashoffset="10"
fill="lightslategray" stroke-linejoin="round" />
<polygon points="20,110 60,110 40,75.36" stroke="darkslategray"
stroke-width="15" stroke-dasharray="20 20" stroke-dashoffset="10"
fill="none" stroke-linejoin="round" stroke-linecap="round" />
<polygon points="100,110 140,110 120,75.36" stroke="darkslategray"
stroke-width="12" stroke-dasharray="20 20" stroke-dashoffset="-10"
fill="none" stroke-linecap="round" />
<polygon points="20,170 60,170 40,135.36" stroke="darkslategray"
stroke-width="23" stroke-opacity="0.5" stroke-dasharray="20 20"
stroke-dashoffset="-10" fill="none" stroke-linecap="round" />
<polygon points="100,170 140,170 120,135.36" stroke="darkslategray"
stroke-width="15" stroke-dasharray="40 40 1 40"
fill="lightslategray" stroke-linecap="round" />
<text x="75" y="200" font-size="8" text-anchor="middle">single triangle each</text>
<polygon points="220,50 260,50 240,15.36" stroke="darkslategray"
stroke-width="10" stroke-opacity="0.5" fill="lightslategray"
fill-opacity="0.5" stroke-linejoin="round" />
<polygon points="220,26.9 260,26.9 240,61.54" stroke="darkslategray"
stroke-width="10" stroke-opacity="0.5" fill="lightslategray"
fill-opacity="0.5" stroke-linejoin="round" />
<polygon points="220,110 260,110 240,75.36" stroke="darkslategray"
stroke-width="5" stroke-dasharray="20 20" stroke-dashoffset="10"
fill="lightslategray" fill-opacity="0.5" stroke-linecap="round"
stroke-linejoin="round" />
<polygon points="220,86.9 260,86.9 240,121.54" stroke="darkslategray"
stroke-width="5" stroke-dasharray="20 20" stroke-dashoffset="10"
fill="lightslategray" fill-opacity="0.5" stroke-linecap="round"
stroke-linejoin="round" />
<polygon points="220,170 260,170 240,135.36" stroke="darkslategray"
stroke-width="5" stroke-dasharray="0.1 17 6 17"
stroke-dashoffset="0" fill="lightslategray" fill-opacity="0.5"
stroke-linecap="round" stroke-linejoin="round" />
<polygon points="220,146.9 260,146.9 240,181.54" stroke="darkslategray"
stroke-width="5" stroke-dasharray="0.1 17 6 17"
stroke-dashoffset="0" fill="lightslategray" fill-opacity="0.5"
stroke-linecap="round" stroke-linejoin="round" />
<text x="240" y="200" font-size="8" text-anchor="middle">two triangles each</text>
</svg>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -