mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Remove unused project references.
This commit is contained in:
parent
ba42295942
commit
a05d330106
1 changed files with 0 additions and 2 deletions
|
@ -17,7 +17,6 @@ function cloneAndCompare(item) {
|
|||
}
|
||||
|
||||
test('Path#clone()', function() {
|
||||
var proj = paper.project;
|
||||
var path = new Path([10, 20], [30, 40]);
|
||||
path.closed = true;
|
||||
path.name = 'test';
|
||||
|
@ -45,7 +44,6 @@ test('Path#clone() with GradientColor', function() {
|
|||
var gradient = new Gradient(colors, 'radial');
|
||||
var color = new GradientColor(gradient, [0, 0], [20, 20], [10, 10]);
|
||||
|
||||
var proj = paper.project;
|
||||
var path = new Path([10, 20], [30, 40]);
|
||||
path.fillColor = color;
|
||||
cloneAndCompare(path);
|
||||
|
|
Loading…
Reference in a new issue