diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-05-30 08:54:00 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-05-30 08:54:00 +0200 |
commit | 599ab86152869496f71ef2a4b3af2d695140fcdf (patch) | |
tree | 49b352e0278bbb88ad04cfca5b5499bae29f1ec7 /src/patharray.js | |
parent | c59a502dc7cd58030983d1271cd9f3a8f8128a91 (diff) | |
download | svg.js-599ab86152869496f71ef2a4b3af2d695140fcdf.tar.gz svg.js-599ab86152869496f71ef2a4b3af2d695140fcdf.zip |
fixed declaritive again, fromArray now works on all object instances
Diffstat (limited to 'src/patharray.js')
-rw-r--r-- | src/patharray.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/patharray.js b/src/patharray.js index cbb4ced..4432df3 100644 --- a/src/patharray.js +++ b/src/patharray.js @@ -92,9 +92,6 @@ SVG.extend(SVG.PathArray, { return [].concat.call(prev, curr) }, []) }, - fromArray: function (a) { - return new SVG.PathArray(a) - }, // Move path string move: function (x, y) { // get bounding box of current situation |