PathBuilder.close

Ends the current contour with a line back to the start point.

Note that this is different from calling gsk.path_builder.PathBuilder.lineTo with the start point in that the contour will be closed. A closed contour behaves differently from an open one. When stroking, its start and end point are considered connected, so they will be joined via the line join, and not ended with line caps.

class PathBuilder
void
close
()