geometry icon indicating copy to clipboard operation
geometry copied to clipboard

Figure out why overriding #closed? in Polygon breaks tests

Open bfoz opened this issue 10 years ago • 0 comments

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.

bfoz avatar May 26 '14 00:05 bfoz