//>>built define("dojo/_base/kernel dojo/_base/lang dojo/_base/declare dojo/_base/json ./Anchor ./_Plugin".split(" "),function(e){e.declare("dojox.sketch.AnnotationTool",dojox.sketch._Plugin,{onMouseDown:function(a){this._omd=!0},onMouseMove:function(a,b){this._omd&&(this._cshape?this._cshape.setShape(b):(this._cshape=this.figure.surface.createRect(b).setStroke({color:"#999",width:1,style:"ShortDot"}).setFill([255,255,255,.7]),this._cshape.getEventSource().setAttribute("shape-rendering","crispEdges")))},onMouseUp:function(a){if(this._omd){this._omd= !1;var b=this.figure;this._cshape&&(b.surface.remove(this._cshape),delete this._cshape);(b._startPoint.x!=a.pageX||b._startPoint.y!=a.pageY)&&10