Remove unused argument.

This commit is contained in:
Jürg Lehni 2013-10-30 01:26:05 +01:00
parent 2a88042315
commit cabe253dea

View file

@ -336,7 +336,7 @@ new function() {
// since transform needs to be applied after fill color, as transformations
// can affect gradient fills.
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](
convertValue(value, entry.type, entry.fromSVG));
// When applying gradient colors to shapes, we need to offset the