How can we draw lines (like google map) in regular HTML,CSS for sample offline app?

link|improve this question

5  
Use a pen, pencil, crayon, or marker of your choice. You may have to draw on all your users' computer screens for this to work, however – Matt Ball Oct 3 '11 at 23:20
1  
HTML5 came with many features. Who knows, HTML6 may contain this graphics feature or not! & also take a look on the tags, there is not only HTML & CSS. nyway, thnx for responding – Avi C Oct 4 '11 at 19:45
feedback

closed as not a real question by Matt Ball, Andrew Barber, Ken Redler, thirtydot, Graviton Oct 4 '11 at 3:25

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

3 Answers

up vote 5 down vote accepted

The Raphaƫl (vector graphics) library for JavaScript can allow you to do this fairly easily:

http://raphaeljs.com/

link|improve this answer
thanks man. let me try with it. – Avi C Oct 3 '11 at 23:31
feedback

You can't. You should use canvas api.

Methods: MoveTo() LineTo()

link|improve this answer
feedback

Perhaps this(Google) link will help you.

link|improve this answer
No am not using google map either. Only need to draw sample lines like google map; in a sample app. – Avi C Oct 3 '11 at 23:27
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.