mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-04 20:04:45 +00:00
Update object.js
I'm not sure, i'm sorry i tried to guess.
This commit is contained in:
parent
79d035d27e
commit
62d281bd3d
1 changed files with 5 additions and 0 deletions
|
|
@ -1075,6 +1075,11 @@ test('toDataURL & reference to canvas', function() {
|
|||
equal(object.shadow.blur, 10);
|
||||
equal(object.shadow.offsetX, 5);
|
||||
equal(object.shadow.offsetY, 15);
|
||||
|
||||
equal(object.setShadow(null),object,'should be chainable');
|
||||
ok(!(object.shadow instanceof fabric.Shadow));
|
||||
equal(object.shadow, null);
|
||||
|
||||
});
|
||||
|
||||
test('set shadow', function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue