Searched refs:zoomStack (Results 1 – 2 of 2) sorted by relevance
49 svgElement.zoomStack = [svgElement.getElementById(svgElement.attributes['rootid'].value)];94 let zoomStack = svgElement.zoomStack;95 zoomStack.push(e);105 let zoomStack = svgElement.zoomStack;106 let e = zoomStack[zoomStack.length - 1];112 if (zoomStack.length == 1) {161 let stack = svgOwner.zoomStack;
1339 this.zoomStack = [null]; property1346 thisObj.zoomStack.push(this);1353 if (thisObj.zoomStack.length > 1) {1354 thisObj.zoomStack.pop();1355 displayFromElement(thisObj.zoomStack[thisObj.zoomStack.length - 1]);1356 if (thisObj.zoomStack.length == 1) {