--- SvgExporter.js~ 2011-08-19 15:58:00.000000000 +0200 +++ SvgExporter.js 2011-08-27 10:09:53.759589691 +0200 @@ -605,7 +605,7 @@ width = RUnit.convert(this.weight / 100.0, RS.Millimeter, this.doc .getUnit()); } - return this.convert(width); + return width; }; SvgExporter.prototype.writeStyleAttribute = function(additionalStyles) {