Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

netlist visualization #402

Open
joamatab opened this issue May 14, 2024 · 3 comments
Open

netlist visualization #402

joamatab opened this issue May 14, 2024 · 3 comments

Comments

@joamatab
Copy link
Contributor

joamatab commented May 14, 2024

The netlist visualization overrides the previous one

@flaport

Image

@Vivswan
Copy link
Member

Vivswan commented May 22, 2024

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>

@Vivswan
Copy link
Member

Vivswan commented May 28, 2024

@joamatab Do you have the source code for schemedit.wasm?
I think the id netlist is embeded in code of schemedit.wasm as well.

@joamatab
Copy link
Contributor Author

this was done by @flaport

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants