252253254255256257258259
/** * Close the path. */ public void close() { steps.add(new ClosePath()); drawPath(); }