Skip to content

Commit ee38d4d

Browse files
authored
Merge pull request #80 from common-workflow-language/highlighting
Add hover and selection of graph elements
2 parents 659ac87 + 96daa00 commit ee38d4d

23 files changed

+5443
-72
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "jquery-svg",
3+
"homepage": "https://github.com/thco/svg",
4+
"version": "1.5.0",
5+
"_release": "1.5.0",
6+
"_resolution": {
7+
"type": "version",
8+
"tag": "1.5.0",
9+
"commit": "82f6162b9ac69ea3b87c1b4533c15060f427cdd6"
10+
},
11+
"_source": "https://github.com/thco/svg.git",
12+
"_target": "^1.5.0",
13+
"_originalSource": "jquery-svg",
14+
"_direct": true
15+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/* http://keith-wood.name/svg.html
2+
SVG for jQuery v1.5.0.
3+
Written by Keith Wood (kbwood{at}iinet.com.au) August 2007.*/
4+
svg\:svg {
5+
display: none;
6+
}
7+
.svg_error {
8+
color: red;
9+
font-weight: bold;
10+
}

0 commit comments

Comments
 (0)