Shape1a.dot 172 B

1234567
  1. digraph {
  2. "Shape" -> "Line" [dir=none];
  3. "Shape" -> "Arc" [dir=none];
  4. "Shape" -> "Rectangle" [dir=none];
  5. "Shape" -> "Curve" [dir=none];
  6. "Arc" -> "Circle" [dir=none];
  7. }