From 4bfb6258c36e3e9c2a6eacb9cf22227a1bfea4bb Mon Sep 17 00:00:00 2001 From: wout Date: Fri, 1 Aug 2014 15:28:25 +0200 Subject: [PATCH] Updated README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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`__ -- 2.39.5