mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Tests: Item_Cloning: rename blendModes.
This commit is contained in:
parent
2bc1c4682d
commit
ed8032af0f
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ test('Path#clone()', function() {
|
|||
path.opacity = 0.5;
|
||||
path.locked = true;
|
||||
path.visible = false;
|
||||
path.blendMode = 'blend';
|
||||
path.blendMode = 'multiply';
|
||||
path.clipMask = true;
|
||||
path.selected = true;
|
||||
cloneAndCompare(path);
|
||||
|
@ -115,7 +115,7 @@ test('Raster#clone()', function() {
|
|||
raster.opacity = 0.5;
|
||||
raster.locked = true;
|
||||
raster.visible = false;
|
||||
raster.blendMode = 'blend';
|
||||
raster.blendMode = 'multiply';
|
||||
raster.rotate(20).translate(100);
|
||||
cloneAndCompare(raster);
|
||||
});
|
Loading…
Reference in a new issue