mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Add failing test for #215.
This commit is contained in:
parent
0fe431adfb
commit
618e19cc96
1 changed files with 6 additions and 0 deletions
|
@ -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);
|
||||
});
|
Loading…
Reference in a new issue