Hello everyone,
I'm trying to create a graph that has svg images embedded within it, and then output the whole thing as an svg image, and I've been running into some issues.
I'm using graphviz version 2.30.1
Here is a small example of the type of dot file that I'm creating that reproduces the problem for me.
digraph "Kegg_egfr_TEST6.dot" {
graph [bgcolor=transparent, fontcolor=black, ratio=fill, splines=TRUE, rank=same, size="6.99,6.99", rankdir=TB];
node [label="\N", shape = none, fillcolor=transparent, fontcolor=black, fontsize=16, height="1.5", width="1.0", labelloc=b];