# === mkdraw script test groupe ===
#page 29

Options {
  PaperSize 4
  Limits {
	# Landscape
	#show
 }
  Mode Select
}

FontTable {
	 1 "Trinity.Medium"
	 2 "Trinity.Medium.Italic"
	 3 "Homerton.Bold"
	 4 "Homerton.Medium"
}


Group {
  Name "ThisIsAGroup"   # maximum 12 characters here
  Text {
    Size 10 10
    StartAt 100 100
    Style 2
    Text "Foo"
  }
  Group {               # one group may contain another
    Path {              # All the path style options
                        # have sensible defaults
      Move 100 100
      Line 200 100
    }
    Path {
      FillColour r200g200b200
      Move 200 200
      Line 300 300
      Line 100 300
      Close
    }
  }         # a group doesn't need to be given a name
}
