It seems some browsers require objects passed to getInsectionList to
actually be of the correct type
This commit is contained in:
@@ -549,7 +549,7 @@ var getIntersectionList = this.getIntersectionList = function(rect) {
|
||||
var rubberBBox;
|
||||
if (!rect) {
|
||||
rubberBBox = rubberBox.getBBox();
|
||||
var o, bb = {};
|
||||
var o, bb = svgcontent.createSVGRect();
|
||||
|
||||
for (o in rubberBBox) {
|
||||
bb[o] = rubberBBox[o] / current_zoom;
|
||||
|
||||
Reference in New Issue
Block a user