HanSolo / medusa

A JavaFX library for Gauges
Apache License 2.0
693 stars 131 forks source link

Bad behaviour when range does not contain zero in SLIM #109

Closed claudio-rosati closed 7 years ago

claudio-rosati commented 7 years ago

When startFromZero is true (default) bad behaviour happened in SLIM skin if zero is not included inside the range. Now the behaviour is correct (e.g. bar starting from max if max < 0) and clamping was fixed too.