We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a0406 commit 7e1ab1cCopy full SHA for 7e1ab1c
README.md
@@ -0,0 +1,15 @@
1
+jQuery SVG Integration
2
+======================
3
+
4
+This plugin allows you to control/interact with SVG elements within your HTML documents.
5
6
+* Native SVG support in major browsers (but only IE9+).
7
+* Create a new SVG element or wrap an existing inline SVG element.
8
+* Animate SVG attributes with the svganim module.
9
+* Apply jQuery class/attribute/event functionality to SVG elements with the svgdom module.
10
+* Draw graphs with the svggraph module.
11
+* Plot functions with the svgplot module.
12
13
+Have a look at the plugin Web site, http://keith-wood.name/svg.html, for demonstrations of its abilities.
14
15
+For documentation on the functionality see http://keith-wood.name/svgRef.html.
0 commit comments