Skip to content

cf_draw_shape_group_end_stroked

Category: draw
GitHub: cute_draw.h


Ends the current shape group and draws the composite's outline at the given thickness.

void cf_draw_shape_group_end_stroked(float thickness);
Parameters Description
thickness The stroke thickness.

Remarks

The outline traces the boundary of the boolean result itself -- e.g. the outline of a crescent, or of two smoothly-blended blobs, as one continuous stroke.

CF_ShapeOp
cf_draw_shape_group_begin
cf_draw_shape_group_op
cf_draw_shape_group_end