diff --git a/test/tests/JSON.js b/test/tests/JSON.js index 4bce3c0e..247f9fff 100644 --- a/test/tests/JSON.js +++ b/test/tests/JSON.js @@ -203,3 +203,9 @@ test('Item#data', function() { testExportImportJSON(paper.project); }); +test('Color', function() { + var path = new Path({ + fillColor: new Color(1, 1, 0, 0.5) + }); + testExportImportJSON(paper.project); +}); \ No newline at end of file