-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Keith Wood
committed
Apr 28, 2012
1 parent
d7a0406
commit 7e1ab1c
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |