this.apply(obj); this._pos(); this.shape.setTransform(this.transform); this.pathShape.setShape( "M"+this.start.x+","+this.start.y+" Q"+this.control.x+","+this.control.y+" "+this.end.x+","+this.end.y+" l0,0" ).setStroke(this.property('stroke')); this.labelShape.setShape({ x:this.textPosition.x, y:this.textPosition.y, text:this.property('label') }) .setFill(this.property('fill'));