draw_polygon
Create polygon shapes in SVG graphics by defining coordinate points, with options to customize fill color, stroke properties, and opacity for professional design workflows.
Instructions
다각형을 그립니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| points | Yes | 꼭지점 좌표 배열 [{x, y}, ...] | |
| fill | No | 채우기 색상 (hex, rgb, 색상명, none) | |
| stroke | No | 선 색상 | |
| strokeWidth | No | 선 두께 | |
| opacity | No | 불투명도 (0-1) | |
| id | No | 요소 ID (자동 생성됨) | |
| class | No | CSS 클래스명 |