]> source.dussan.org Git - svg.js.git/commitdiff
Updated README
authorwout <wout@impinc.co.uk>
Sat, 2 Feb 2013 18:11:39 +0000 (19:11 +0100)
committerwout <wout@impinc.co.uk>
Sat, 2 Feb 2013 18:11:39 +0000 (19:11 +0100)
README.md
src/group.js

index f4eb283ac6f38f895a4038348f1ceef603828af7..b544a553194b8c429f9e4cbfa8fcbfebd281927c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -729,6 +729,7 @@ Here are a few nice plugins that are available for svg.js:
 
 - [svg.shapes.js](https://github.com/wout/svg.shapes.js) for more polygon based shapes.
 - [svg.easing.js](https://github.com/wout/svg.easing.js) for more easing methods on animations.
+- [svg.import.js](https://github.com/wout/svg.import.js) import raw SVG data.
 - [svg.draggable.js](https://github.com/wout/svg.draggable.js) to make elements draggable.
 
 
index cbb635f49374a1bd05d204fa59636382e6a7c355..5c6df101716ec6dd1376866a2dbd9bbd3ff33c81 100644 (file)
@@ -6,7 +6,7 @@ SVG.G = function G() {
 SVG.G.prototype = new SVG.Container();
 
 SVG.extend(SVG.G, {
-  
+  // Get defs
   defs: function() {
     return this.doc().defs();
   }