circle.xdot 256 B

12345678910111213
  1. graph G {
  2. graph [_draw_="c 9 -#fffffe00 C 7 -#ffffff P 4 0 0 0 36 36 36 36 0 ",
  3. bb="0,0,36,36",
  4. xdotversion=1.7
  5. ];
  6. node [label="\N"];
  7. a [_draw_="c 7 -#000000 e 18 18 18 18 ",
  8. height=0.5,
  9. label="",
  10. pos="18,18",
  11. shape=circle,
  12. width=0.5];
  13. }