+ " translate");
this.write(sx * at.getScaleX() + " " + sy * at.getScaleY()
+ " scale");
final String mime = Mime.POSTSCRIPT.getMimeString();
if (svgGraphic.canMakeGraphicOutput(mime)) {
final GraphicPs graphicPs = (GraphicPs) svgGraphic.getGraphicOutput(
mime);
try {
graphicPs.drawVectorContent(this.getOutputStream(), this,
this.getFontConsumer(), false, this.enableComments);
} catch (final GraphicException e) {
/* TODO: Consider logging a warning. */
}
}