diff --git a/lib/draw/PathMap.js b/lib/draw/PathMap.js index 1301e130..1b24c46c 100644 --- a/lib/draw/PathMap.js +++ b/lib/draw/PathMap.js @@ -189,9 +189,9 @@ function PathMap(Snap) { 'l 0,-{e.y2} ' + 'c -{e.x0},-{e.y1} -{e.x1},-{e.y1} -{e.x2},0' + 'c {e.x0},{e.y1} {e.x1},{e.y1} {e.x2},0 ' + - 'm 0,{e.y0}' + - 'c -{e.x0},{e.y1} -{e.x1},{e.y1} -{e.x2},0' + - 'm 0,{e.y0}' + + 'm -{e.x2},{e.y0}' + + 'c {e.x0},{e.y1} {e.x1},{e.y1} {e.x2},0' + + 'm -{e.x2},{e.y0}' + 'c {e.x0},{e.y1} {e.x1},{e.y1} {e.x2},0', height: 61, width: 61,