-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
We need a way to make a call to the NodePane widget asking it for all it's relevant data, including the "save object" and the "full svg data".
eg myNodePane.getData() returns
{
'visualGraph': ... // the whole data struct that Save generates
'svg': ... // the entire svg content required to reproduce the nodes and links
}
The svg should include ONLY:
- The nodes with full shading and icons
- The ports on the nodes, with color
- The links
- The tool titles under each node
Metadata
Metadata
Assignees
Labels
No labels