From 528637eb862877ca60cfa311eb54c6384566f831 Mon Sep 17 00:00:00 2001 From: Ulrich-Matthias Schäfer Date: Sat, 2 Apr 2016 00:38:27 +0200 Subject: doublecheck SVG.parser, use svg element which is not in the dom (#471) --- src/matrix.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/matrix.js') diff --git a/src/matrix.js b/src/matrix.js index e727b2f..37bd860 100644 --- a/src/matrix.js +++ b/src/matrix.js @@ -156,7 +156,7 @@ SVG.Matrix = SVG.invent({ // Convert to native SVGMatrix , native: function() { // create new matrix - var matrix = SVG.parser.draw.node.createSVGMatrix() + var matrix = SVG.parser.native.createSVGMatrix() // update with current values for (var i = abcdef.length - 1; i >= 0; i--) -- cgit v1.2.3