dash14 / v-network-graph

An interactive network graph visualization component for Vue 3
https://dash14.github.io/v-network-graph/
MIT License
485 stars 44 forks source link

export as svg bug report #94

Closed drAliRahnema closed 1 year ago

drAliRahnema commented 1 year ago

hi @dash14 when export graph that has image as node background, the image will not be appeared in the result for example: image thank you

dash14 commented 1 year ago

Hi @drAliRahnema, Thank you for reporting issue! The export feature was getting the SVG as is, and also the tag was not changed. If the image was specified as a relative URL, it would be invalid after download. As a new feature in v0.7.0, I have added the feature to convert image URLs to data-uri(base64) and retrieve them. Also I created an example, so please try it out.

drAliRahnema commented 1 year ago

you are amazing man, thank you a lot