unified-font-object / ufoNormalizer

A tool that will normalize the XML and other data inside of a UFO.
Other
51 stars 19 forks source link

Fix conversion of floats #90

Closed madig closed 2 months ago

madig commented 1 year ago

Just converting the value to int will truncate, when float conversion may have rounded already.

(Edit: this fixes #91)

madig commented 1 year ago

Random finding: This particular case leaves xScale="1" yScale="1" in the files. Separate PR...