TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ganeshkumar Lingappan
NA
112
31.1k
How to draw the dotted line using SVG
Aug 11 2016 2:37 AM
I need to draw the dotted line.
var lineItem = ("<svg height=50 display=block width=50 style=\"position: absolute; left:" + left + "px; top: " + top + "px; \">
<line x1=0 y1=0 x2=50 y2=50 style=\"stroke: #ff0000; stroke - width:2\">
</line></svg>"
);
I have used the above code. here how can i mention the dotted to the line property.
Reply
Answers (
4
)
How to call C# function from JavaScript?
How to Export the jQuery Datatable data to excel in mvc4?