aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-03-15 11:33:09 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-03-15 11:33:09 +0100
commita8202e566002e253e3298067c9e972ce71a0e612 (patch)
treea49a784bcf8383e89e6f36870ad1a4c1c17cbc03 /src
parentaf45360b7b2a8dc3f3eaed553f9544b4318e7348 (diff)
downloadsvg.js-a8202e566002e253e3298067c9e972ce71a0e612.tar.gz
svg.js-a8202e566002e253e3298067c9e972ce71a0e612.zip
make more tests pass in IE
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*/