mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-02 05:40:24 +00:00
update test for non delegated opacity
This commit is contained in:
parent
c461792a39
commit
025f02397e
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@
|
|||
|
||||
equal(group.set('opacity', 0.12345), group, 'should be chainable');
|
||||
equal(group.get('opacity'), 0.12345, 'group\'s "own" property should be set properly');
|
||||
equal(firstObject.get('opacity'), 0.12345, 'objects\' value should be set properly');
|
||||
equal(firstObject.get('opacity'), 1, 'objects\' value of non delegated property should stay same');
|
||||
|
||||
group.set('left', 1234);
|
||||
equal(group.get('left'), 1234, 'group\'s own "left" property should be set properly');
|
||||
|
|
|
|||
Loading…
Reference in a new issue