Replies: 1 comment 3 replies
-
Yes, it is possible to save the full diagram, including nodes and edges that are out of the viewport and invisible, as SVG. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to save vue-flow as svg, but I'm stuck with:
And problems are:
vueFlow.vueFlowRef.value
is a main div with map, controls and other stuff, which I don't need to saveIf I save in such a way it saves only visible part of my diagram.
So, my question is: is it possible to save full diagram including nodes and edges which are out of viewport and invisible as SVG?
Beta Was this translation helpful? Give feedback.
All reactions