From 3714cd87063cadcbf33eaac46a065ed85a2f13b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 5 Nov 2012 18:27:50 -0800 Subject: [PATCH] Fix typo. --- src/svg/SvgImporter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/svg/SvgImporter.js b/src/svg/SvgImporter.js index 4d85be67..3781521a 100644 --- a/src/svg/SvgImporter.js +++ b/src/svg/SvgImporter.js @@ -374,7 +374,7 @@ var SvgImporter = this.SvgImporter = new function() { d = mx.d; switch (transform.type) { // Compensate for SVG's theta rotation going the opposite direction - case /*#=*/ SVGTransform.SVG_TRANSFORM_MATRIX + case /*#=*/ SVGTransform.SVG_TRANSFORM_MATRIX: var tmp = b; b = c; c = tmp;