nturley / netlistsvg

draws an SVG schematic from a JSON netlist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: Cannot read property 'x' of undefined

BhagyeshVikani opened this issue · comments

I am getting this while running netlistsvg test.json -o test.svg --skin test_skin.svg.

TypeError: Cannot read property 'x' of undefined
    at /usr/local/lib/node_modules/netlistsvg/built/drawModule.js:160:20
    at Array.map (<anonymous>)
    at _loop_1 (/usr/local/lib/node_modules/netlistsvg/built/drawModule.js:159:12)
    at removeDummyEdges (/usr/local/lib/node_modules/netlistsvg/built/drawModule.js:185:23)
    at Object.drawModule [as default] (/usr/local/lib/node_modules/netlistsvg/built/drawModule.js:19:5)
    at /usr/local/lib/node_modules/netlistsvg/built/index.js:25:57
    at <anonymous>

This can be closed.