PintaProject / Pinta

Simple GTK# Paint Program
http://www.pinta-project.com/
MIT License
1.74k stars 267 forks source link

Changed data type of zoom for Mandelbrot and Julia fractals, from `int` to `double` #791

Closed Lehonti closed 2 months ago

Lehonti commented 2 months ago

We can see that there was a very old (dating back to 2010) comment that read //TODO: double in the Mandelbrot's EffectData.

Also, there was a time when SimpleEffectDialog had no support for double.

Presumably, the comment (and the int-typed zoom) comes from that time?

cameronwhite commented 2 months ago

yep, seems reasonable now that double properties are supported 👍