Skip to content

Commit

Permalink
Merge pull request #2738 from asturur/svg-pars
Browse files Browse the repository at this point in the history
Svg pars
  • Loading branch information
kangax committed Feb 1, 2016
2 parents 7857fb2 + 55a106e commit 9dfa164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
skewY +
')',

transforms = '(?:' + transform + '(?:' + commaWsp + transform + ')*' + ')',
transforms = '(?:' + transform + '(?:' + commaWsp + '*' + transform + ')*' + ')',

transformList = '^\\s*(?:' + transforms + '?)\\s*$',

Expand Down

0 comments on commit 9dfa164

Please sign in to comment.