mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-20 11:21:51 +00:00
add optional space between transform list
This commit is contained in:
parent
2a6b2c3250
commit
55a106ea58
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@
|
|||
skewY +
|
||||
')',
|
||||
|
||||
transforms = '(?:' + transform + '(?:' + commaWsp + transform + ')*' + ')',
|
||||
transforms = '(?:' + transform + '(?:' + commaWsp + '*' + transform + ')*' + ')',
|
||||
|
||||
transformList = '^\\s*(?:' + transforms + '?)\\s*$',
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue