simulton / QSchematic

A library that allows creating diagrams such as flowcharts or even proper engineering schematics within a Qt application.
https://simulton.com
MIT License
231 stars 60 forks source link

Fix exponential zoom #35

Closed Tectu closed 1 year ago

Tectu commented 1 year ago

Currently, zooming behavior is not accounting for exponential behavior. From the user's perspective, zooming should behave linearly.

Tectu commented 1 year ago

The current implementation appears to work reasonably well.