From: wout Date: Sat, 2 Feb 2013 18:11:39 +0000 (+0100) Subject: Updated README X-Git-Tag: 0.6~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=87dd4169a0315310cacefefc9b3157428f584c51;p=svg.js.git Updated README --- diff --git a/README.md b/README.md index f4eb283..b544a55 100644 --- 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. diff --git a/src/group.js b/src/group.js index cbb635f..5c6df10 100644 --- a/src/group.js +++ b/src/group.js @@ -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(); }