mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Fix old group style test that was faulty but remain undetected because of other bug.
This commit is contained in:
parent
72082bdcff
commit
530dfda4ba
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ test('setting group styles', function() {
|
|||
test('setting group styles 2', function() {
|
||||
var group = new Group();
|
||||
var path = new Path();
|
||||
path.strokeColor = 'red';
|
||||
path.fillColor = 'red';
|
||||
group.addChild(path);
|
||||
|
||||
|
|
Loading…
Reference in a new issue