mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -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);
|
||||
}
|
||||
|
||||
function exportGradient(color, item) {
|
||||
function exportGradient(color) {
|
||||
// NOTE: As long as the fillTransform attribute is not implemented,
|
||||
// we need to create a separate gradient object for each gradient,
|
||||
// even when they share the same gradient defintion.
|
||||
|
|
Loading…
Reference in a new issue