Add a conic bezier curve from the current point to the offset given
Relative paths are drawn with respect to the current point, not the origin
The alignment constructor effectively uses the current point as origin and
calculates alignment using the bounding size
Adds a cubic bezier curve from the current point to the end point using the two control points
Relative paths are drawn with respect to the current point, not the origin
The alignment constructor effectively uses the current point as origin and
calculates alignment using the bounding size
Add a line to the path
Relative paths are drawn with respect to the current point, not the origin
The alignment constructor effectively uses the current point as origin and
calculates alignment using the bounding size
Move the current point of the path elsewhere
Relative paths are drawn with respect to the current point, not the origin
The alignment constructor effectively uses the current point as origin and
calculates alignment using the bounding size
Draw a quadratic bezier the end point using the control point
Relative paths are drawn with respect to the current point, not the origin
The alignment constructor effectively uses the current point as origin and
calculates alignment using the bounding size