1、SVG和VML深入了解(路径path和shape):http://blog.youkuaiyun.com/a569171010/article/details/7572169
2、Raphael中文API:http://lab.julying.com/raphael-js/docs/#Element.id
3、SVG中path路径指令教程:http://hi.baidu.com/114614206/item/944ebdf77cdba6ce521c264f
4、用aphael在网页中画圆环进度条:http://boytnt.blog.51cto.com/966121/1074215/
另记录:
1、Raphael中的Element.drag用于对元素注册拖拽事件,但需注意的是,如果未设置属性"fill"的值或值被设置成了"none",拖拽事件注册将失败!