/*
* If the raster image height is not provided (using the
* KEY_HEIGHT), the transcoder will compute the raster image height
* by keeping the aspect ratio of the SVG document.
*/
transcoder.addTranscodingHint(SVGAbstractTranscoder.KEY_WIDTH,
width);
}
if (width == null && scale != null && scale != 0.00) {
Float svgWidth = getWidthFromSvg(svg);