From e73df0453848d5520b93fa94b540fce178bb5e00 Mon Sep 17 00:00:00 2001 From: Mike Sierra Date: Wed, 9 Oct 2013 16:13:57 -0400 Subject: [PATCH] COMMENT Matrix.invert --- src/svg.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/svg.js b/src/svg.js index 637a139..dc0f833 100644 --- a/src/svg.js +++ b/src/svg.js @@ -413,6 +413,7 @@ function Matrix(a, b, c, d, e, f) { this.f = out[1][2]; return this; }; +// SIERRA Matrix.invert(): Unclear what it means to invert a matrix. /*\ * Matrix.invert [ method ]