val_val.gv 678 B

12345678910
  1. graph G { imagepath="imagepath_test/imagepath_dir/"
  2. a[shape=plaintext,label=<<TABLE CELLSPACING="2" CELLPADDING="2" BORDER="0"
  3. CELLBORDER="0"><TR><TD><TABLE CELLSPACING="3" CELLPADDING="1" BORDER="0"
  4. CELLBORDER="0">
  5. <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>
  6. </TABLE></TD></TR></TABLE>>];
  7. 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];
  8. }