mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Add missing break statement.
This commit is contained in:
parent
f62e4d43ba
commit
43e0ac5124
1 changed files with 1 additions and 0 deletions
|
@ -333,6 +333,7 @@ new function() {
|
|||
break;
|
||||
case 'skewX':
|
||||
matrix.skew(v[0], 0);
|
||||
break;
|
||||
case 'skewY':
|
||||
matrix.skew(0, v[0]);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue