summaryrefslogtreecommitdiffstats
path: root/dist/svg.js
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 /dist/svg.js
parentaf45360b7b2a8dc3f3eaed553f9544b4318e7348 (diff)
downloadsvg.js-a8202e566002e253e3298067c9e972ce71a0e612.tar.gz
svg.js-a8202e566002e253e3298067c9e972ce71a0e612.zip
make more tests pass in IE
Diffstat (limited to 'dist/svg.js')
-rw-r--r--dist/svg.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/dist/svg.js b/dist/svg.js
index 44ebf7e..7be66b5 100644
--- a/dist/svg.js
+++ b/dist/svg.js
@@ -6,7 +6,7 @@
* @copyright Wout Fierens <wout@mick-wout.com>
* @license MIT
*
-* BUILT: Tue Mar 14 2017 18:41:25 GMT+0100 (Mitteleuropäische Zeit)
+* BUILT: Wed Mar 15 2017 11:31:52 GMT+0100 (Mitteleuropäische Zeit)
*/;
(function(root, factory) {
if (typeof define === 'function' && define.amd) {
@@ -187,9 +187,6 @@ SVG.regex = {
// Parse reference id
, reference: /#([a-z0-9\-_]+)/i
- // Parse matrix wrapper
-, matrix: /matrix\(|\)/g
-
// splits a transformation chain
, transforms: /\)\s*,?\s*/