hello word

你好啊

你们好

drawChord.prototype.drawCircle = function(x,y) {
    this.svg.circle(x+0.5, y+0.5, 2);
}