mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Simplify failing test.
This commit is contained in:
parent
7bd96716ee
commit
0b42d594de
1 changed files with 2 additions and 4 deletions
|
@ -101,11 +101,9 @@ test('getting group styles', function() {
|
|||
});
|
||||
|
||||
test('getting group styles 2', function() {
|
||||
var star = new Path.Star({
|
||||
var star = new Path.Circle({
|
||||
center: [100, 100],
|
||||
points: 6,
|
||||
radius1: 20,
|
||||
radius2: 40,
|
||||
radius: 40,
|
||||
fillColor: 'red'
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue