There was an error while loading. Please reload this page.
1 parent 6063892 commit 2064f28Copy full SHA for 2064f28
1 file changed
test/tests/JSON.js
@@ -13,7 +13,8 @@
13
module('JSON');
14
15
function testExportImportJson(project) {
16
- var json = project.exportJson();
+ // Use higher precision than in comparissons, for bounds
17
+ var json = project.exportJson({ precision: 8 });
18
var project2 = new Project();
19
project2.activeLayer.remove();
20
project2.importJson(json);
0 commit comments