draw_path
Draw custom SVG paths using path data (d attribute) to create vector graphics with control over fill, stroke, and styling properties.
Instructions
SVG 패스 데이터(d 속성)로 직접 경로를 그립니다.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| d | Yes | SVG 패스 데이터 (예: "M10 10 L90 90 Z") | |
| fill | No | 채우기 색상 | |
| stroke | No | 선 색상 | |
| strokeWidth | No | 선 두께 | |
| opacity | No | 불투명도 | |
| id | No | 요소 ID | |
| class | No | CSS 클래스명 |