Coordinate[] openCoords = new Coordinate[coords.length - 1];
System.arraycopy(coords, 0, openCoords, 0, coords.length - 1);
writePathContent(openCoords);
writer.write('x');
} catch (IOException ioe) {
throw new RenderException(ioe, ExceptionCode.RENDER_DOCUMENT_IO_EXCEPTION);
}
}