diff --git a/src/svg/SvgImport.js b/src/svg/SvgImport.js index 657b48b3..e3bf710a 100644 --- a/src/svg/SvgImport.js +++ b/src/svg/SvgImport.js @@ -468,7 +468,7 @@ new function() { item.setRampPoint(percentage ? percentage[1] / 100 : value); }, - viewBox: function(item, value) { + viewBox: function(item, value, name, node) { // http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute // TODO: implement preserveAspectRatio attribute if (item instanceof Symbol)