mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Make Raster test fail.
This commit is contained in:
parent
74ddc9e7d1
commit
7ee42d5cfa
1 changed files with 4 additions and 0 deletions
|
@ -112,6 +112,10 @@ test('Raster#clone()', function() {
|
|||
strokeColor: new RGBColor(0, 0, 1)
|
||||
};
|
||||
var raster = path.rasterize();
|
||||
raster.opacity = 0.5;
|
||||
raster.locked = true;
|
||||
raster.visible = false;
|
||||
raster.blendMode = 'blend';
|
||||
raster.rotate(20).translate(100);
|
||||
cloneAndCompare(raster);
|
||||
});
|
Loading…
Reference in a new issue