示例#1
0
文件: main.go 项目: samuell/exp
func (r Rect) Render(out *op.Iterator) {
	r.Draw(out)
	out.Fill()
	out.Stroke()
}