js简单地测距实现

之前做了一个小项目用到了类似测距的功能
效果图:

[img]http://dl.iteye.com/upload/attachment/0074/0274/f6051600-d794-3cd5-9e8e-a336f39f666c.jpg[/img]


这里分享出来希望可以帮助大家首先引入svg.js jQuery.js
MAP:
--index.html
|
--stone.gif
|
--js
--jquery.js
|
--svg.js

css:



js:




HTML:index.html





Untitled Document















图片:stone.gif

[img]http://dl.iteye.com/upload/attachment/0074/0276/1ab9043a-7e4a-330c-ab4a-1e9d93304d06.gif[/img]

你可能感兴趣的:(javascript,js,svg,测距)