Skip to content

Commit

Permalink
Added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Wood committed Apr 28, 2012
1 parent d7a0406 commit 7e1ab1c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 7e1ab1c

Please sign in to comment.