case PathIterator.SEG_CLOSE:
/*
* if (JXAenvUtils._debug) { System.err.println(">>> GL TESS
* >>> close"); }
*/
tess.gluTessEndContour();
break;
case PathIterator.SEG_LINETO:
/*
* if (JXAenvUtils._debug) { System.err.println(">>> GL TESS
* >>> line"); }