serge-rgb / milton

An infinite-canvas paint program
GNU General Public License v3.0
1.53k stars 133 forks source link

Drag based zoom #184

Closed noidexe closed 2 years ago

noidexe commented 3 years ago

I implemented DRAG_ZOOM based on how DRAG_BURSH_SIZE works.

Click and drag up, down to zoom in and out.

I noticed someone else had already contributed a PR doing the same in a different way but still, I like the way zooming in and out feels with this PR so maybe you want to take that part as a reference

serge-rgb commented 2 years ago

Hey, sorry for taking forever to take a look at this. This looks good to me!