How to draw lines (like google map) in regular HTML, CSS [closed]
How can we draw lines (like google map) in regular HTML,CSS for sample offline app?
The Raphaël (vector graphics) library for JavaScript can allow you to do this fairly easily:
http://dmitrybaranovskiy.github.io/raphael/
You can't. You should use canvas api.
Methods: MoveTo() LineTo()
精彩评论