diff --git a/src/text/PointText.js b/src/text/PointText.js index eaef026e..20fc0560 100644 --- a/src/text/PointText.js +++ b/src/text/PointText.js @@ -20,6 +20,7 @@ var PointText = this.PointText = TextItem.extend({ initialize: function(point) { this.base(); var point = Point.read(arguments); + this.content = ''; this._point = LinkedPoint.create(this, 'setPoint', point.x, point.y); this.matrix = new Matrix().translate(point); },