johnny-morrice / godelbrot

Unix-style Mandelbrot set renderer in Golang
MIT License
8 stars 1 forks source link

Intermittent zoom defect #35

Closed johnny-morrice closed 8 years ago

johnny-morrice commented 8 years ago

There is an intermittent zoom defect. The problem has been tracked down to a memory aliasing issue in our arbitrary precision plane projections.

johnny-morrice commented 8 years ago

Done