From 7e1ab1cd30c805d56a2a23e3054b1482627f3e0f Mon Sep 17 00:00:00 2001 From: Keith Wood Date: Sat, 28 Apr 2012 17:04:31 +1000 Subject: [PATCH] Added readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..837b43b --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +jQuery SVG Integration +====================== + +This plugin allows you to control/interact with SVG elements within your HTML documents. + +* Native SVG support in major browsers (but only IE9+). +* Create a new SVG element or wrap an existing inline SVG element. +* Animate SVG attributes with the svganim module. +* Apply jQuery class/attribute/event functionality to SVG elements with the svgdom module. +* Draw graphs with the svggraph module. +* Plot functions with the svgplot module. + +Have a look at the plugin Web site, http://keith-wood.name/svg.html, for demonstrations of its abilities. + +For documentation on the functionality see http://keith-wood.name/svgRef.html.