case PathIterator.SEG_LINETO : System.out.println("SEG_LINETO"); newPath.lineTo(theData[0]+1.0f*ds, theData[1]+1.0f*ds); break; Figure 12