graph G { imagepath="imagepath_test/imagepath_dir/"
a[shape=plaintext,label=<
image attribute (invalid absolute pathname) | imagepath attribute (valid absolute pathname) |
|
>];
b[shape=box,fontsize=30,fontname="Helvetica-Bold",label="no image should be displayed",image="/inv_dir/image.jpg",labelloc=b];
}