Paths

class Path()

class cairo.Path

Path cannot be instantiated directly, it is created by calling Context.copy_path() and Context.copy_path_flat().

str(path) lists the path elements.

See PATH attributes

Path is an iterator.

See examples/warpedtext.py for example usage.

Table Of Contents

Previous topic

Matrix

Next topic

Patterns

This Page