// Uncomment the following line for full antialiasing
raster.setAntialiased(true);
if ( SVGDocument.defaultFont == null ) {
SVGDocument doc = loadSVG( getClass().getResourceAsStream("/net/xoetrope/optional/svg/tinyline/helvetica_svg"));
SVGFontElem font = SVGDocument.getFont(doc,SVG.VAL_DEFAULT_FONTFAMILY);
SVGDocument.defaultFont = font;
}
}
}