Beispiel #1
0
 public void pathDone() {
   if (firstSegidx > 0) {
     out.moveTo(sx, sy);
     emitFirstSegments();
   }
   out.pathDone();
 }