Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
simon
/
AToMPM
Watch
4
Star
0
Fork
2
Files
Issues
17
Pull Requests
0
Wiki
Tree:
eb9065f755
Branches
Tags
bentleyscommits
master
simon-release
AToMPM
/
client
/
3rd_party_libs
/
raphael
/
plugins
/
point.js
point.js
79 B
History
Raw
1
2
3
4
Raphael.fn.point = function(x, y, r) {
return this.circle(x,y,r || 0.001);
};