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

order of attributes in glif file #55

Open schriftgestalt opened 5 years ago

schriftgestalt commented 5 years ago

What defines the order of the attributes in the elements?

e.g.:

<anchor x="655" y="1456" name="top"/>

is reordered to.

<anchor name="top" x="655" y="1456"/>

so it could be alphabetically but:

<guideline name="Hallo" x="650" y="752" angle="33" identifier="7chdtlSJzy"/>