mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-08 05:42:07 -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;
|
d = mx.d;
|
||||||
switch (transform.type) {
|
switch (transform.type) {
|
||||||
// Compensate for SVG's theta rotation going the opposite direction
|
// Compensate for SVG's theta rotation going the opposite direction
|
||||||
case /*#=*/ SVGTransform.SVG_TRANSFORM_MATRIX
|
case /*#=*/ SVGTransform.SVG_TRANSFORM_MATRIX:
|
||||||
var tmp = b;
|
var tmp = b;
|
||||||
b = c;
|
b = c;
|
||||||
c = tmp;
|
c = tmp;
|
||||||
|
|
Loading…
Reference in a new issue