12345678910 |
- graph G { imagepath="imagepath_test/imagepath_dir/"
- a[shape=plaintext,label=<<TABLE CELLSPACING="2" CELLPADDING="2" BORDER="0"
- CELLBORDER="0"><TR><TD><TABLE CELLSPACING="3" CELLPADDING="1" BORDER="0"
- CELLBORDER="0">
- <TR><TD ALIGN="left"><FONT POINT-SIZE="30.0" FACE="Helvetica-Bold">image attribute (valid absolute pathname)</FONT></TD></TR><TR><TD ALIGN="left"><FONT POINT-SIZE="30.0" FACE="Helvetica-Bold">imagepath attribute (valid absolute pathname)</FONT></TD></TR>
- </TABLE></TD></TR></TABLE>>];
- b[shape=box,fontsize=30,fontname="Helvetica-Bold",label="image from image attribute directory should be displayed",image="imagepath_test/image_dir/image.jpg",labelloc=b];
- }
|