user_shapes.gv 133 B

12345
  1. digraph G {
  2. n [label="", shapefile="graphs/jcr.gif"]
  3. x [width=3, height=3, label="", shapefile="graphs/jcr.gif"]
  4. m -> n -> x
  5. }