path_arcto
Adds an elliptical arc to SVG paths by specifying radii, rotation, endpoint coordinates, and arc direction parameters for precise curve creation.
Instructions
현재 패스에 호(arc)를 추가합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rx | Yes | X축 반지름 | |
| ry | Yes | Y축 반지름 | |
| rotation | No | 회전 각도 (도) | |
| largeArc | No | 큰 호 선택 | |
| sweep | No | 시계 방향 | |
| x | Yes | 끝점 X 좌표 | |
| y | Yes | 끝점 Y 좌표 | |
| relative | No | 상대 좌표 여부 |