Skip to content

Latest commit

 

History

History
executable file
·
23 lines (14 loc) · 413 Bytes

paths.rst

File metadata and controls

executable file
·
23 lines (14 loc) · 413 Bytes

Paths

cairo

class Path()

Path 不能被直接实例化,只能通过调用 Context.copy_pathContext.copy_path_flat 创建。

str(path) 会列出路径的所有元素。

参考 PATH attributes <constants_PATH>

Path 是一个迭代器。

例子用法参考 examples/warpedtext.py 。