gplugins
gplugins copied to clipboard
netlist visualization
The netlist visualization overrides the previous one
@flaport
The problem occurs because the id of the div element containing canvas is not unique and when calling the getElementById will always return the first dom element associated with the id.
https://github.com/gdsfactory/gplugins/blob/fcf92dd45f8f8981802e6985e1e3e9b7f7419c96/gplugins/gfviz/templates/index.html#L35
@joamatab Do you have the source code for schemedit.wasm?
I think the id netlist is embeded in code of schemedit.wasm as well.
this was done by @flaport