Rich
Rich
The E0 120km map is used by the WWI proto app. It currently looks messy.
Use amour counter instead of cavalry in WW2 scenario.
Create Drawing and Filling type class instances for Shape, LSeg, Polygon, Triangle etc.
The asInt method is throwing on empty Strings. This may apply to other types. There is a guard on alphaNatPartion method that needs to be removed once fixed.
Union Jack and England flag have the wrong width to height ratio. [EuropeFlags.scala](https://github.com/Rich2/openstrat/blob/master/Apps/srcStrat/pFlags/EuropeFlags.scala)
Replace implicits with given / using.
Some Compound Graphics will no longer extend the Affine contract. For example a Circle degrades to an ordinary Ellipse under some affine. This will not work for function child graphics,...