Lines Matching refs:document

7       defs = document.createElementNS('http://www.w3.org/2000/svg', 'defs')
12 var style = document.createElementNS('http://www.w3.org/2000/svg', 'style')
18 var zoomGroup = document.createElementNS('http://www.w3.org/2000/svg', 'g');
36 var zoomIn = document.createElementNS('http://www.w3.org/2000/svg', 'g');
42 …var zoomInBackground = document.createElementNS('http://www.w3.org/2000/svg', 'rect'); // TODO cha…
50 var zoomInShape = document.createElementNS('http://www.w3.org/2000/svg', 'path');
60 var resetPanZoomControl = document.createElementNS('http://www.w3.org/2000/svg', 'g');
66 …var resetPanZoomControlBackground = document.createElementNS('http://www.w3.org/2000/svg', 'rect')…
74 var resetPanZoomControlShape1 = document.createElementNS('http://www.w3.org/2000/svg', 'path');
79 var resetPanZoomControlShape2 = document.createElementNS('http://www.w3.org/2000/svg', 'path');
89 var zoomOut = document.createElementNS('http://www.w3.org/2000/svg', 'g');
95 …var zoomOutBackground = document.createElementNS('http://www.w3.org/2000/svg', 'rect'); // TODO ch…
103 var zoomOutShape = document.createElementNS('http://www.w3.org/2000/svg', 'path');
124 (function(window,document) {
137 …support = "onwheel" in document.createElement("div") ? "wheel" : // Modern browsers support "wheel"
138document.onmousewheel !== undefined ? "mousewheel" : // Webkit and IE support at least "mousewheel"
188 })(window,document);
197 ;(function(window, document){
860 })(window, document)
926 var viewport = document.createElementNS('http://www.w3.org/2000/svg', 'g');
1112 element = document.querySelector(elementOrSelector)