From 6f339923455ba23fb84d40f85a45278678c47849 Mon Sep 17 00:00:00 2001 From: Mike Sierra Date: Wed, 9 Oct 2013 16:18:21 -0400 Subject: [PATCH] COMMENT Matrix.toTransformString --- src/svg.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/svg.js b/src/svg.js index dc0f833..1a47468 100644 --- a/src/svg.js +++ b/src/svg.js @@ -575,6 +575,7 @@ function Matrix(a, b, c, d, e, f) { out.noRotation = !+out.shear.toFixed(9) && !out.rotate; return out; }; +// SIERRA Matrix.toTransformString(): The format of the string needs to be detailed. /*\ * Matrix.toTransformString [ method ]