draw_ellipse
Create ellipses on an SVG canvas by specifying center coordinates, radii, and styling options like fill color, stroke, and opacity for professional graphics design.
Instructions
타원을 그립니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cx | Yes | 중심 X 좌표 | |
| cy | Yes | 중심 Y 좌표 | |
| rx | Yes | X축 반지름 | |
| ry | Yes | Y축 반지름 | |
| fill | No | 채우기 색상 (hex, rgb, 색상명, none) | |
| stroke | No | 선 색상 | |
| strokeWidth | No | 선 두께 | |
| opacity | No | 불투명도 (0-1) | |
| id | No | 요소 ID (자동 생성됨) | |
| class | No | CSS 클래스명 |