drawChord.prototype.drawCircle = function(x,y) { this.svg.circle(x+0.5, y+0.5, 2); }
drawCircle
原文:http://www.cnblogs.com/react-js/p/6359625.html