} catch (Exception e) {
log.error("SVG graphic could not be rendered: "
+ e.getMessage(), e);
}
gen.restoreGraphicsState();
gen.commentln("%FOPEndSVG");
} catch (IOException ioe) {
log.error("SVG graphic could not be rendered: "
+ ioe.getMessage(), ioe);
}