Paths
class Path()
- class cairo.Path
Path cannot be instantiated directly, it is created by calling
Context.copy_path()
andContext.copy_path_flat()
.str(path) lists the path elements.
See
path attributes
Path is an iterator.
See examples/warpedtext.py for example usage.