Exemplo n.º 1
0
func polygons(g *gx.Graphics) {
	for i := 6; i >= 3; i-- {
		g.Polygon(100, 100, 100, i, 0)
	}
}