Open adamws opened 1 year ago
Exporting json from following layout (two first keys of Kinesis Advantage preset):
Kinesis Advantage
[{f:1,f2:2,w:0.675,h:0.85},"\nEsc",{x:0.075,w:0.675,h:0.85},"\nF1"],
results in following json file:
[ [ { "f": 1, "f2": 2, "w": 0.675, "h": 0.85 }, "\nEsc", { "x": 0.07499999999999996, "w": 0.675, "h": 0.85 }, "\nF1" ] ]
x property of second key lost accuracy.
x
Exporting json from following layout (two first keys of
Kinesis Advantage
preset):results in following json file:
x
property of second key lost accuracy.