Method
GimpPathbezier_stroke_conicto
since: 2.4
Declaration [src]
gboolean
gimp_path_bezier_stroke_conicto (
  GimpPath* path,
  gint stroke_id,
  gdouble x0,
  gdouble y0,
  gdouble x1,
  gdouble y1
)
Description [src]
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.
Available since: 2.4