mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -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() {
|
test('setting group styles 2', function() {
|
||||||
var group = new Group();
|
var group = new Group();
|
||||||
var path = new Path();
|
var path = new Path();
|
||||||
|
path.strokeColor = 'red';
|
||||||
path.fillColor = 'red';
|
path.fillColor = 'red';
|
||||||
group.addChild(path);
|
group.addChild(path);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue