mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -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() {
|
test('Path#clone()', function() {
|
||||||
var proj = paper.project;
|
|
||||||
var path = new Path([10, 20], [30, 40]);
|
var path = new Path([10, 20], [30, 40]);
|
||||||
path.closed = true;
|
path.closed = true;
|
||||||
path.name = 'test';
|
path.name = 'test';
|
||||||
|
@ -45,7 +44,6 @@ test('Path#clone() with GradientColor', function() {
|
||||||
var gradient = new Gradient(colors, 'radial');
|
var gradient = new Gradient(colors, 'radial');
|
||||||
var color = new GradientColor(gradient, [0, 0], [20, 20], [10, 10]);
|
var color = new GradientColor(gradient, [0, 0], [20, 20], [10, 10]);
|
||||||
|
|
||||||
var proj = paper.project;
|
|
||||||
var path = new Path([10, 20], [30, 40]);
|
var path = new Path([10, 20], [30, 40]);
|
||||||
path.fillColor = color;
|
path.fillColor = color;
|
||||||
cloneAndCompare(path);
|
cloneAndCompare(path);
|
||||||
|
|
Loading…
Reference in a new issue