summaryrefslogtreecommitdiffstats
path: root/src/matrix.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 /src/matrix.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 'src/matrix.js')
-rw-r--r--src/matrix.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/matrix.js b/src/matrix.js
index 4358e55..9b3c28e 100644
--- a/src/matrix.js
+++ b/src/matrix.js
@@ -183,4 +183,4 @@ SVG.Matrix = SVG.invent({
}
-}) \ No newline at end of file
+})