--- SvgExporterPG.js~ 2011-08-19 15:58:00.000000000 +0200 +++ SvgExporterPG.js 2011-08-27 10:43:42.739516344 +0200 @@ -384,14 +384,6 @@ this.exportText(); this.text = undefined; return; - } else if (isFunction(entity.getTextData)) { - // dimension entity: export text: - this.writeEntityComment(entity); - this.text = entity.getTextData(); - this.textColor = entity.getColor(); - this.exportText(); - this.text = undefined; - return; } // other entities without text: