Fixed a couple bugs in first pass at triangulation.
- needed to explicitely initialize the polygon accumulator in triangle.cxx
before each polygon rather than depending on the default behavior.
- Fixed a problem with region attribute propagation where I wasn't generating
the hole points correctly.