]> source.dussan.org Git - svg.js.git/commitdiff
Updated README
authorwout <wout@impinc.co.uk>
Fri, 1 Aug 2014 13:28:25 +0000 (15:28 +0200)
committerwout <wout@impinc.co.uk>
Fri, 1 Aug 2014 13:28:25 +0000 (15:28 +0200)
README.md

index 607b6b294c4c4fe10643af6225136c2435566ce8..bde474fba091f85e73becb8740b1f796ec59fe7d 100755 (executable)
--- 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('<g><rect width="100" height="50" fill="#f06"></rect></g>')
 ```
 
-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`__