[ Version ( since = "2.4" ) ]
public bool bezier_stroke_conicto (int stroke_id, double x0, double y0, double x1, double y1)
Extends a bezier stroke with a conic bezier spline.
Extends a bezier stroke with a conic bezier spline. Actually a cubic bezier spline gets added that realizes the shape of a conic bezier spline.
| this |
The path object. |
| stroke_id |
The stroke ID. |
| x0 |
The x-coordinate of the control point. |
| y0 |
The y-coordinate of the control point. |
| x1 |
The x-coordinate of the end point. |
| y1 |
The y-coordinate of the end point. |
|
TRUE on success. |