draw_curve
Draw a quadratic Bézier curve from one point to another, bending toward a control point, with adjustable smoothness steps.
Instructions
Draw a quadratic Bézier curve from (x0,y0) to (x1,y1) bending toward the
control point (control_x, control_y). steps controls smoothness.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x0 | Yes | ||
| x1 | Yes | ||
| y0 | Yes | ||
| y1 | Yes | ||
| color | Yes | ||
| frame | No | ||
| layer | No | ||
| steps | No | ||
| filename | Yes | ||
| control_x | Yes | ||
| control_y | Yes |