Closed madig closed 3 months ago
Just converting the value to int will truncate, when float conversion may have rounded already.
(Edit: this fixes #91)
Random finding: This particular case leaves xScale="1" yScale="1" in the files. Separate PR...
xScale="1" yScale="1"
Just converting the value to int will truncate, when float conversion may have rounded already.
(Edit: this fixes #91)