InterviewSolution
Saved Bookmarks
| 1. |
How to get a SVG document using javascript? |
|
Answer» In javascript functions, document represents SVG document and can be used to get the SVG elements. |
|