mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -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() {
|
test('getting group styles 2', function() {
|
||||||
var star = new Path.Star({
|
var star = new Path.Circle({
|
||||||
center: [100, 100],
|
center: [100, 100],
|
||||||
points: 6,
|
radius: 40,
|
||||||
radius1: 20,
|
|
||||||
radius2: 40,
|
|
||||||
fillColor: 'red'
|
fillColor: 'red'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue