From 027c944d3eb7ed38be70b9f9ef2d6e037021f1c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Thu, 28 Feb 2013 17:26:10 -0800 Subject: [PATCH] Add missing parameters again to viewBox. --- src/svg/SvgImport.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)