summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-08-01 15:28:25 +0200
committerwout <wout@impinc.co.uk>2014-08-01 15:28:25 +0200
commit4bfb6258c36e3e9c2a6eacb9cf22227a1bfea4bb (patch)
treefe1b0cde7067621531f6acd8cbd69a5887a87329 /README.md
parentf7418dc57b7eacea81ed42a796ec005d1d5bf203 (diff)
downloadsvg.js-4bfb6258c36e3e9c2a6eacb9cf22227a1bfea4bb.tar.gz
svg.js-4bfb6258c36e3e9c2a6eacb9cf22227a1bfea4bb.zip
Updated README
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md4
1 files changed, 3 insertions, 1 deletions
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('<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`__