Skip to content
On this page
type:
color:
拐点形状:
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="height: undefinedpx; width: undefinedpx;">
    <polygon
        points="0 0 , 400 0 , 200 400" 
        stroke-linejoin="miter" 
        style="fill: rgb(103, 175, 187); 
        stroke: rgb(103, 175, 187); stroke-width: 30;"
    >
    </polygon>
</svg>
1
2
3
4
5
6
7
8
9