From: wout Date: Fri, 1 Aug 2014 13:28:25 +0000 (+0200) Subject: Updated README X-Git-Tag: 2.0.0-rc.1~30 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4bfb6258c36e3e9c2a6eacb9cf22227a1bfea4bb;p=svg.js.git Updated README --- diff --git a/README.md b/README.md index 607b6b2..bde474f 100755 --- a/README.md +++ b/README.md @@ -1025,13 +1025,15 @@ Exporting the full generated SVG, or a part of it, can be done with the `svg()` draw.svg() ``` +Exporting works on all elements. + Importing is done with the same method: ```javascript draw.svg('') ``` -This method works on any element that inherits from `SVG.Parent`, which is basically every element that can contain other elements. +Importing works on any element that inherits from `SVG.Parent`, which is basically every element that can contain other elements. `getter`__`returns`: `string`__