diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-01-11 23:39:49 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-01-11 23:39:49 +0100 |
commit | bda9f32dcd38ff1e71b5783bfa26f3012ae3cc7c (patch) | |
tree | 73ff60bf0bb2f8dca6716cfbc7b9503f5b8c74aa /gulpfile.js | |
parent | 5ea599b880395380ec80167ebbfb54046d517cc5 (diff) | |
download | svg.js-bda9f32dcd38ff1e71b5783bfa26f3012ae3cc7c.tar.gz svg.js-bda9f32dcd38ff1e71b5783bfa26f3012ae3cc7c.zip |
added SVG.Point class as wrapper for SVGPoint, added `el.point()` method (#403 / #437)
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 bc75bec..472c22d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -44,6 +44,7 @@ var parts = [ , 'src/fx.js'
, 'src/boxes.js'
, 'src/matrix.js'
+, 'src/point.js'
, 'src/attr.js'
, 'src/transform.js'
, 'src/style.js'
|