add_circle
Description:
Adds a circle with the center
and radius
.
The path is going around the circle in clockwise direction.
If radius
is zero, the contour will be a closed point.
Parameters:
this |
a `GskPathBuilder` |
center |
the center of the circle |
radius |
the radius of the circle |