(x3, y2)
| 11333 | } |
| 11334 | var width = defaultWidthX; |
| 11335 | function newContour(x3, y2) { |
| 11336 | if (open) { |
| 11337 | p.closePath(); |
| 11338 | } |
| 11339 | p.moveTo(x3, y2); |
| 11340 | open = true; |
| 11341 | } |
| 11342 | function parseStems() { |
| 11343 | var hasWidthArg; |
| 11344 | hasWidthArg = stack.length % 2 !== 0; |