gdsfactory / gplugins

gdsfactory plugins

Home Page:https://gdsfactory.github.io/gplugins/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

netlist visualization

joamatab opened this issue · comments

The netlist visualization overrides the previous one

@flaport

Image

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.

<div id="netlist" style="width: 0px; height: {{ height }}px"></div>

@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