mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -05:00
Remove unused function argument.
This commit is contained in:
parent
825a090e6b
commit
6335393541
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ new function() {
|
||||||
return createElement('use', attrs);
|
return createElement('use', attrs);
|
||||||
}
|
}
|
||||||
|
|
||||||
function exportGradient(color, item) {
|
function exportGradient(color) {
|
||||||
// NOTE: As long as the fillTransform attribute is not implemented,
|
// NOTE: As long as the fillTransform attribute is not implemented,
|
||||||
// we need to create a separate gradient object for each gradient,
|
// we need to create a separate gradient object for each gradient,
|
||||||
// even when they share the same gradient defintion.
|
// even when they share the same gradient defintion.
|
||||||
|
|
Loading…
Reference in a new issue