Blazor-Diagrams / Blazor.Diagrams

A fully customizable and extensible all-purpose diagrams library for Blazor
https://blazor-diagrams.zhaytam.com
MIT License
921 stars 177 forks source link

Zoom clamp #189

Closed Rickybarb5 closed 2 years ago

Rickybarb5 commented 2 years ago

If the zoom value is 0 or lower, the diagram stop working properly. To avoid this I have added checks on the setZoom function to ensure that the devs know that this is a limitation.

zHaytam commented 2 years ago

Hi, thanks for the PR!

Rickybarb5 commented 2 years ago

I've added a few changes to make the code cleaner.