aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regex.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/regex.js b/src/regex.js
index 28343d2..c0ca706 100644
--- a/src/regex.js
+++ b/src/regex.js
@@ -12,9 +12,6 @@ SVG.regex = {
// Parse reference id
, reference: /#([a-z0-9\-_]+)/i
- // Parse matrix wrapper
-, matrix: /matrix\(|\)/g
-
// splits a transformation chain
, transforms: /\)\s*,?\s*/