plain.gv 121 B

123456789
  1. graph G {
  2. graph [bb="0,0,0,0"];
  3. node [label="\N"];
  4. a [height=0,
  5. label="",
  6. pos="0,0",
  7. shape=plain,
  8. width=0];
  9. }