Remove trailing zeroes in info.json layouts (#20156)
This commit is contained in:
@@ -61,9 +61,9 @@
|
||||
{"x":2.25, "y":3, "matrix": [3, 2]},
|
||||
{"x":3.25, "y":3, "w":2.25, "matrix": [3, 3]},
|
||||
{"x":5.5, "y":3, "w":2.75, "matrix": [3, 6]},
|
||||
{"x":9.0, "y":3, "matrix": [3, 8]},
|
||||
{"x":10.0, "y":3, "matrix": [3, 9]},
|
||||
{"x":11.0, "y":3, "w":1.25, "matrix": [3, 11]}
|
||||
{"x":9, "y":3, "matrix": [3, 8]},
|
||||
{"x":10, "y":3, "matrix": [3, 9]},
|
||||
{"x":11, "y":3, "w":1.25, "matrix": [3, 11]}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user