img tag padding
I have a problem with adding an image to a node with text. The image is added to a node with a table tag but I cannot make the image to fill the area for the image. Instead there's some padding of some sort that I cannot get rid of. The attached image shows the problem. I want the area between the two blue lines to be preferably 0. I have tried the CELLPADDING="value"-tag and some others that are listed in the shapes-page (see link [1]). I'm using "dot - graphviz version 2.26.3 (20100126.1600)". Any suggestions? I am new to using Graphviz so there might be some obvious mistake I've made or something I don't know... 1) http://www.graphviz.org/doc/info/shapes.html Source for the graph: digraph G { node [shape=box]; compound=true; ratio=1; receipt_level1 [label=<
Receipt tab
>] my_receipts_level1 [label=<
My receipts tab
>] preferences_logout [label=<
Preference tab
>] receipt_level1 -> {my_receipts_level1; preferences_logout;} my_receipts_level1 -> {receipt_level1; preferences_logout;} [constraint=false] preferences_logout -> {receipt_level1; my_receipts_level1;} [constraint=false] }
Recent comments
- Can't compile gvmap on
20 hours 45 min ago - rendering bug
22 hours 21 min ago - rendering bug
22 hours 28 min ago - subnode
22 hours 31 min ago - cluster problem with manual
2 days 21 hours ago - Graphviz for Protege 4.0 with Lion? (Thanks, it's working)
1 week 1 day ago - can't cross-compile graphviz
1 week 1 day ago - SVG imagepath
1 week 1 day ago - Install graphviz via homebrew solves "dot -Tpng:gd" errors
1 week 1 day ago - force arrangement to side
1 week 2 days ago

img tag padding
I have a problem with adding an image to a node with text. The image is added
to a node with a table tag but I cannot make the image to fill the area for
the image. Instead there's some padding of some sort that I cannot get rid
of. The attached image shows the problem. I want the area between the two
blue lines to be preferably 0. I have tried the CELLPADDING="value"-tag and
some others that are listed in the shapes-page (see link [1]).
I'm using "dot - graphviz version 2.26.3 (20100126.1600)". Any suggestions? I
am new to using Graphviz so there might be some obvious mistake I've made or
something I don't know...
1) http://www.graphviz.org/doc/info/shapes.html
Source for the graph:
digraph G {
node [shape=box];
compound=true;
ratio=1;
receipt_level1 [label=<
Receipt tab
>]
my_receipts_level1 [label=<
My receipts tab
>]
preferences_logout [label=<
Preference tab
>]
receipt_level1 -> {my_receipts_level1; preferences_logout;}
my_receipts_level1 -> {receipt_level1; preferences_logout;}
[constraint=false]
preferences_logout -> {receipt_level1; my_receipts_level1;}
[constraint=false]
}