Lorp / fencer

GUI app to create avar2 mappings in fonts
Apache License 2.0
9 stars 0 forks source link

Issue when pasting XML mappings: sometimes values are undefined or NaN #19

Closed Lorp closed 1 month ago

Lorp commented 1 month ago

When pasting XML into the XML window, sometimes invalid values appear in the mapping values, such as "NaN" or "undefined".

Lorp commented 1 month ago

Fixed in 9a4aa412d3e613215702dc7f2a033c335a9acfd4

The axes not specified in the XML mapping were being left as undefined. Setting them to axis default values fixed this.