diff options
author | Saivan <savian@me.com> | 2018-03-02 19:54:01 +1100 |
---|---|---|
committer | Saivan <savian@me.com> | 2018-03-02 19:54:01 +1100 |
commit | e0964238b0a68c310b94dc26f54951d77503d0c8 (patch) | |
tree | 0d01d483f1e61561686bd2ce6adcaa337cf598fd /src | |
parent | 1cba40f6a039d8ff0b87043b5cb9e1f28b3655ee (diff) | |
download | svg.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.js | 2 |
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 |