Skip to content

Commit

Permalink
COMMENT Matrix.invert
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Sierra committed Oct 9, 2013
1 parent ee051ac commit e73df04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/svg.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down

0 comments on commit e73df04

Please sign in to comment.