Esempio n. 1
0
File: main.go Progetto: samuell/exp
func (r Rect) Render(out *op.Iterator) {
	r.Draw(out)
	out.Fill()
	out.Stroke()
}