You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HTML version dosen't seem to render images in nodes, neither usting a regular image node attribute or when including it in a "HTML-like" label. Is that fixable?
For example, the code below renders a graph but with no images. The file image.png is in the same directory as dynamicgraph.html.
I'm afraid this one needs to be documented as a limitation.
WASM cannot access local file systems and graphviz only supports images through local file system.
Unless anyone has any suggestions to mount a virtual Filesystem to fool the graphviz WASM to use it as a local filesystem.
The HTML version dosen't seem to render images in nodes, neither usting a regular
image
node attribute or when including it in a "HTML-like" label. Is that fixable?For example, the code below renders a graph but with no images. The file
image.png
is in the same directory asdynamicgraph.html
.The text was updated successfully, but these errors were encountered: