1 import sys
; sys
.path
[:0] = ["../.."]
5 #c.stroke(path.line(0, 0, 3, 4), [style.linewidth.THIN, color.rgb.red])
6 #c.stroke(path.curve(0, 0, 2, 0, 1, 4, 3, 4), [deco.wriggle(), color.rgb.blue])
7 #c.stroke(path.curve(0, 0, 2, 0, 1, 4, 3, 4), [style.linestyle.dotted, color.rgb.green])
11 c
.draw(path
.rect(h
, s
, 1, 1), [deco
.stroked(), deco
.filled([color
.hsb(h
/10.0, s
/10.0, b
)])])
12 c
.writePDFfile("writepdf")
13 c
.writeEPSfile("writepdf")