diff options
Diffstat (limited to 'src/patharray.js')
-rw-r--r-- | src/patharray.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patharray.js b/src/patharray.js index 1313e59..4fb9318 100644 --- a/src/patharray.js +++ b/src/patharray.js @@ -240,7 +240,7 @@ SVG.extend(SVG.PathArray, { var i, x0, y0, s, seg, arr , x = 0 , y = 0 - , paramCnt = { 'M':2, 'L':2, 'H':1, 'V':1, 'C':6, 'S':4, 'Q':4, 'T':2, 'A':7 } + , paramCnt = { 'M':2, 'L':2, 'H':1, 'V':1, 'C':6, 'S':4, 'Q':4, 'T':2, 'A':7, 'Z':0 } if(typeof array == 'string'){ |