647648649650651652653654655656657
switch (drawType) { case FILL: if (traces > 0) { if (points.getWindingRule() == PathIterator.WIND_EVEN_ODD) cb.eoFill(); else cb.fill(); } break; case STROKE:
583584585586587588589590591592593
585586587588589590591592593594595
656657658659660661662663664665666