SVG 폴리 라인 - <폴리 라인>
예 1
<polyline> 요소는 단지 직선으로 구성되어 어떤 모양을 만드는 데 사용됩니다 :
다음은 SVG 코드는 다음과 같습니다
예
<svg height="200" width="500">
<polyline points="20,20 40,25 60,40 80,120 120,140 200,180"
style="fill:none;stroke:black;stroke-width:3" />
</svg>
»그것을 자신을 시도 예 2
단지 직선 또 다른 예 :
다음은 SVG 코드는 다음과 같습니다
예
<svg height="180" width="500">
<polyline points="0,40 40,40 40,80 80,80 80,120 120,120 120,160"
style="fill:white;stroke:red;stroke-width:4" />
</svg>
»그것을 자신을 시도