Fix typo.

This commit is contained in:
Jürg Lehni 2012-11-05 18:27:50 -08:00
parent 05bf52b6af
commit 3714cd8706

View file

@ -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;