summaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2016-01-11 23:39:49 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2016-01-11 23:39:49 +0100
commitbda9f32dcd38ff1e71b5783bfa26f3012ae3cc7c (patch)
tree73ff60bf0bb2f8dca6716cfbc7b9503f5b8c74aa /gulpfile.js
parent5ea599b880395380ec80167ebbfb54046d517cc5 (diff)
downloadsvg.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.js1
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'