aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSaivan <savian@me.com>2018-03-02 19:54:01 +1100
committerSaivan <savian@me.com>2018-03-02 19:54:01 +1100
commite0964238b0a68c310b94dc26f54951d77503d0c8 (patch)
tree0d01d483f1e61561686bd2ce6adcaa337cf598fd /src
parent1cba40f6a039d8ff0b87043b5cb9e1f28b3655ee (diff)
downloadsvg.js-e0964238b0a68c310b94dc26f54951d77503d0c8.tar.gz
svg.js-e0964238b0a68c310b94dc26f54951d77503d0c8.zip
Fixed a few more specifications regarding the new transforms
Diffstat (limited to 'src')
-rw-r--r--src/transform.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transform.js b/src/transform.js
index 8801fa2..fbc75c4 100644
--- a/src/transform.js
+++ b/src/transform.js
@@ -57,7 +57,7 @@ SVG.extend(SVG.Element, {
if (o == null) {
return new SVG.Matrix(this)
- // Let the user
+ // Let the user pass in a matrix as well
} else if (o.a != null) {
// Construct a matrix from the first parameter