Add missing break statement.

This commit is contained in:
Jürg Lehni 2013-12-07 05:27:23 +01:00
parent f62e4d43ba
commit 43e0ac5124

View file

@ -333,6 +333,7 @@ new function() {
break;
case 'skewX':
matrix.skew(v[0], 0);
break;
case 'skewY':
matrix.skew(0, v[0]);
break;