I am opening this issue as a low priority item.
Currently, it seems that MX is emitting over-precise strings for floating point values. The example I ran into:
Xml emitted by MX:
<scaling>
<millimeters>6.095999999999998</millimeters>
<tenths>40</tenths>
</scaling>
Xml emitted by Finale:
<scaling>
<millimeters>6.096</millimeters>
<tenths>40</tenths>
</scaling>
It seems like this would be best addressed in mx::api, perhaps with an option.
I am opening this issue as a low priority item.
Currently, it seems that MX is emitting over-precise strings for floating point values. The example I ran into:
Xml emitted by MX:
Xml emitted by Finale:
<scaling> <millimeters>6.096</millimeters> <tenths>40</tenths> </scaling>It seems like this would be best addressed in
mx::api, perhaps with an option.