diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-02-24 20:07:01 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-02-24 20:07:01 +0100 |
commit | 337145b839876077c174dc2c089a221358ba9192 (patch) | |
tree | 5d4e1664efcc6f81bf2110384e797923245a9194 /gulpfile.js | |
parent | 0a0bb10bc3c8edf6c42b61bd03084925d7f63b7b (diff) | |
download | svg.js-337145b839876077c174dc2c089a221358ba9192.tar.gz svg.js-337145b839876077c174dc2c089a221358ba9192.zip |
Added SVG.Symbol so SVG.adopt can pick up symbols correctly
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js index 203dcd1..1ea682f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -61,6 +61,7 @@ var parts = [ , 'src/doc.js'
, 'src/shape.js'
, 'src/bare.js'
+, 'src/symbol.js'
, 'src/use.js'
, 'src/rect.js'
, 'src/ellipse.js'
|