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;
1333 this.zoomStack = [null]; property1340 thisObj.zoomStack.push(this);1347 if (thisObj.zoomStack.length > 1) {1348 thisObj.zoomStack.pop();1349 displayFromElement(thisObj.zoomStack[thisObj.zoomStack.length - 1]);1350 if (thisObj.zoomStack.length == 1) {