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