From e0964238b0a68c310b94dc26f54951d77503d0c8 Mon Sep 17 00:00:00 2001 From: Saivan Date: Fri, 2 Mar 2018 19:54:01 +1100 Subject: Fixed a few more specifications regarding the new transforms --- src/transform.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3