|
|
|
|
|
by rootlocus
830 days ago
|
|
Looking at the JSON, I assume this is a higher level format that may output SVG. For instance, the arrows between nodes are defined by reference to node names and node sides. In SVG that would be a hardcoded curve and shape for the arrow which loses the semantic meaning "there's a relation between two nodes", where nodes may also have semantic meaning such as "idea" or "book". A tool may parse the json canvas file and extract information such as "there are three ideas linked to this book". Another tool may output an SVG. |
|