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

Write plist floats as integers if they can be converted #18

Closed miguelsousa closed 8 years ago

miguelsousa commented 8 years ago

Before this change, the original data (e.g. <real>50.0</real>) would be normalized as <real>50</real>. Now it's written as <integer>50</integer>. @typesupply what do you think?

typesupply commented 8 years ago

Yeah. They should be .