Ejemplo n.º 1
0
 def shape():
     roundedrec(cr, -w / 2.0, -h / 2.0, w, h, r=min(w, h) / 3.0)
Ejemplo n.º 2
0
 def body():
     roundedrec(cr, x0, -h / 2, w, h, r=min(w, h) / 8.0)
Ejemplo n.º 3
0
 def shape():
     roundedrec(cr, -w / 2.0, -h / 2.0, w, h, r=r)