git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194284
13f79535-47bb-0310-9956-
ffa450edef68
// should check the stream contains text data
SVGSVGElement svg = doc.getRootElement();
this.width =
- (int) svg.getWidth().getBaseVal().getValue() * 1000;
+ (int) svg.getWidth().getBaseVal().getValue();
this.height =
- (int) svg.getHeight().getBaseVal().getValue() * 1000;
+ (int) svg.getHeight().getBaseVal().getValue();
return true;
} catch (Exception e) {
MessageHandler.errorln("ERROR LOADING EXTERNAL SVG: " + e.getMessage());