diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-05-13 13:32:48 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-05-13 13:32:48 +0200 |
commit | c0197097c4c1951ea5aa5392ff75473a7ae2e64d (patch) | |
tree | 37fb3893e368b43cbf45a73c769600db7c27a06a /gulpfile.js | |
parent | cdf8e1467f5c6e0d4f9d62a7ca64d93b87a448e0 (diff) | |
download | svg.js-c0197097c4c1951ea5aa5392ff75473a7ae2e64d.tar.gz svg.js-c0197097c4c1951ea5aa5392ff75473a7ae2e64d.zip |
fixed string parsing in viewbox (#483), specs `SVG.ViewBox`
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index 472c22d..f23c01f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -39,7 +39,6 @@ var parts = [ , 'src/pointarray.js'
, 'src/patharray.js'
, 'src/number.js'
-, 'src/viewbox.js'
, 'src/element.js'
, 'src/fx.js'
, 'src/boxes.js'
@@ -51,6 +50,7 @@ var parts = [ , 'src/parent.js'
, 'src/ungroup.js'
, 'src/container.js'
+, 'src/viewbox.js'
, 'src/event.js'
, 'src/defs.js'
, 'src/group.js'
|