Re: Strange problem with coordindex

Gavin Bell ([email protected])
Wed, 14 Jun 1995 12:04:53 -0700


You need a ShapeHints { faceType UNKNOWN_FACE_TYPE } to let the browser know
that your polygons are not convex (which they'll assume by default unli> you
tell them otherwise).

Even better, break up your concave polygon into several convex polygons so
the browser doesn't have to waste time doing it...