flower.go creates a gif of a flower - that is, a shape formed by
the polar equation r = k * cos(p * theta), where k is the radius of
the final product and p is the number of petals. it uses the gg
library for all of the drawing, found at github.com/fogleman/gg.