HanSolo / medusa

A JavaFX library for Gauges
Apache License 2.0
688 stars 129 forks source link

Bad behaviour when range does not contain zero in FLAT #108

Closed claudio-rosati closed 7 years ago

claudio-rosati commented 7 years ago

When startFromZero is true (default) bad behaviour happened in FLAT 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.