Hi.
I am trying to produce this graph
digraph {
A [label="" image=“router.svg” shape=none]
B [label="" image=“switch.svg” shape=none]
C [label="" image=“router.svg” shape=none]
D [label="" image=“router.svg” shape=none]
E [label="" image=“switch.svg” shape=none]
F [label="" image=“router.svg” shape=none]
A -> B [arrowhead=none constraint=false]
B -> C [arrowhead=none constraint=false]
C -> D [arrowhead=none constraint=false]
D -> E [arrowhead=none constraint=false]
E -> F [arrowhead=none constraint=false]
}
This renders the svg images of a router and a switch, but the lines to link them do not touch any of them, they come short. I wonder if this might be a setting in Graphviz or related to the svg as such. Would you please help me to shed a light.
Here are the svgs.
Router:
Switch:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>