mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -05:00
Remove unused argument.
This commit is contained in:
parent
2a88042315
commit
cabe253dea
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ new function() {
|
||||||
// since transform needs to be applied after fill color, as transformations
|
// since transform needs to be applied after fill color, as transformations
|
||||||
// can affect gradient fills.
|
// can affect gradient fills.
|
||||||
var attributes = Base.merge(Base.each(SVGStyles, function(entry) {
|
var attributes = Base.merge(Base.each(SVGStyles, function(entry) {
|
||||||
this[entry.attribute] = function(item, value, name) {
|
this[entry.attribute] = function(item, value) {
|
||||||
item[entry.set](
|
item[entry.set](
|
||||||
convertValue(value, entry.type, entry.fromSVG));
|
convertValue(value, entry.type, entry.fromSVG));
|
||||||
// When applying gradient colors to shapes, we need to offset the
|
// When applying gradient colors to shapes, we need to offset the
|
||||||
|
|
Loading…
Reference in a new issue