728x90
※ 이 글은 예전 블로그에서 퍼온 글입니다.
사각형(rectangle)
<rect> 태그로 표현하며 x, y, width, height, fill, stoke, stroke-width 속성을 주로 사용함.
원(circle)
<circle> 태그로 표현하며 cx, cy, r, stoke, stroke-width 속성을 주로 사용함.
타원(ellipse)
<circle> 태그로 표현하며 cx, cy, r, stoke, stroke-width 속성을 주로 사용함.
선(line)
<line> 태그로 표현하며 시작점(x1, y1)과 끝점(x2, y2), stoke, stroke-width 속성을 주로 사용함.
타원(ellipse)
<circle> 태그로 표현하며 cx, cy, r, stoke, stroke-width 속성을 주로 사용함.
폴리 라인(polyline)
<polyline> 태그로 표현하며 point 속성을 이용하여 직선으로 연결된 도형을 그림.
다각형(polygon)
<polygon> 태그로 표현하며 point 속성을 이용하여 3개 이상의 점들을 연결한 도형을 그림.