- Optimization fix: Properly run code conditionally on browser check;

fixes #312 (@ianli-sc)
This commit is contained in:
Brett Zamir
2018-12-27 09:51:26 +08:00
parent 01083faf73
commit db06248b7e
13 changed files with 18 additions and 13 deletions

2
dist/index-es.js vendored
View File

@@ -14761,7 +14761,7 @@ function SvgCanvas(container, config) {
var resultList = null;
if (!isIE) {
if (!isIE()) {
if (typeof svgroot.getIntersectionList === 'function') {
// Offset the bbox of the rubber box by the offset of the svgcontent element.
rubberBBox.x += parseInt(svgcontent.getAttribute('x'));