mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
parent
5d14559116
commit
06e0c43325
3 changed files with 41 additions and 0 deletions
|
@ -302,3 +302,11 @@ test('Gradients with applyMatrix', function() {
|
|||
|
||||
comparePixels(path, shape);
|
||||
});
|
||||
|
||||
test('LinkedColor for group colors', function() {
|
||||
var item = new Group(new Path(), new Path());
|
||||
item.strokeColor = 'red';
|
||||
item.strokeColor.hue = 50;
|
||||
item.strokeColor.hue = 100;
|
||||
expect(0);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue