mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Fix typo.
This commit is contained in:
parent
05bf52b6af
commit
3714cd8706
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue