=== modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/java/org/hisp/dhis/mapping/action/ExportImageAction.java' --- dhis-2/dhis-web/dhis-web-mapping/src/main/java/org/hisp/dhis/mapping/action/ExportImageAction.java 2010-04-27 05:35:16 +0000 +++ dhis-2/dhis-web/dhis-web-mapping/src/main/java/org/hisp/dhis/mapping/action/ExportImageAction.java 2010-05-04 05:24:53 +0000 @@ -147,11 +147,10 @@ protected String execute( HttpServletResponse response, OutputStream out ) throws Exception { - log.info( "Exporting image, width: " + width + ", height: " + height + ", format: " + this.format ); + log.info( "Exporting image, width: " + width + ", height: " + height + ", format: " + this.imageFormat ); if ( imageFormat.equalsIgnoreCase( "image/png" ) ) { - SVGUtils.convertToPNG( getSvg(), out, width, height ); } else === modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/resources/META-INF/dhis/beans.xml' --- dhis-2/dhis-web/dhis-web-mapping/src/main/resources/META-INF/dhis/beans.xml 2010-04-06 17:41:30 +0000 +++ dhis-2/dhis-web/dhis-web-mapping/src/main/resources/META-INF/dhis/beans.xml 2010-05-04 05:24:53 +0000 @@ -317,8 +317,7 @@ - +