nturley / netlistsvg

draws an SVG schematic from a JSON netlist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thread safety

nturley opened this issue · comments

I think that when multiple netlists are being processed simultaneously, it causes problems in the layout. This isn't a big deal for the CLI, but using it as a library or with the browser bundle runs into this frequently.