Raphael.fn.point = function(x, y, r) { return this.circle(x,y,r || 0.001); };