Files
Phoenix/demo/snippets/path.py
2013-06-11 18:24:09 +00:00

8 lines
166 B
Python

snippet_normalize (cr, width, height)
cr.move_to (0.5, 0.1)
cr.line_to (0.9, 0.9)
cr.rel_line_to (-0.4, 0.0)
cr.curve_to (0.2, 0.9, 0.2, 0.5, 0.5, 0.5)
cr.stroke ()