InterviewSolution
Saved Bookmarks
| 1. |
Can we write javascript functions in SVG images? |
|
Answer» Yes! SVG supports JavaScript/ECMAScript functions. Script block is to be in CDATA block consider character data support in XML. |
|