geometry
geometry copied to clipboard
Figure out why overriding #closed? in Polygon breaks tests
There's no reason for Polygon#closed? to fall through to Polyline#closed?. Polygons are always closed, so don't bother checking it. But, overriding the method seems to break all of the tests involving #outset. This needs to be looked into.