summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2016-08-02 18:44:48 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2016-08-02 18:44:48 +0200
commit86c99607a393b43aeb50979e97ab69853293847f (patch)
treeea7daa70947062326e8eea3c0c31cc09da4c88bd /package.json
parent90f8ac60071148d41c209fd0114df1dc1f40e8d8 (diff)
downloadsvg.js-86c99607a393b43aeb50979e97ab69853293847f.tar.gz
svg.js-86c99607a393b43aeb50979e97ab69853293847f.zip
fixed #514 and #5162.3.3
- removed `SVG.Text.clone()` which is inherited by `SVG.Element.clone()` - make element visible when call bbox on a clone
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5cb18b6..71da6b9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "svg.js",
- "version": "2.3.2",
+ "version": "2.3.3",
"description": "A lightweight library for manipulating and animating SVG.",
"url": "http://svgjs.com",
"homepage": "http://www.svgjs.com",