Example #1
0
func (ctxt *context) julia(p draw.Point) {
	if f := ctxt.f.Associated(p.Add(ctxt.mouseDelta())); f != nil {
		ctxt.push(f)
	}
}