From 2260f5789b48dd92dccf0dd734cf59cf957e4d52 Mon Sep 17 00:00:00 2001 From: wout Date: Sat, 28 Jun 2014 18:39:11 +0200 Subject: Added new SVG.Line class and working on SVG.Matrix --- src/matrix.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/matrix.js (limited to 'src/matrix.js') diff --git a/src/matrix.js b/src/matrix.js new file mode 100644 index 0000000..2202011 --- /dev/null +++ b/src/matrix.js @@ -0,0 +1,3 @@ +SVG.Matrix = function() { + +} \ No newline at end of file -- cgit v1.2.3