Lines Matching refs:setAttribute

13     style.setAttribute('type', 'text/css')
19 zoomGroup.setAttribute('id', 'svg-pan-zoom-controls');
20 …zoomGroup.setAttribute('transform', 'translate(' + ( instance.width - 70 ) + ' ' + ( instance.heig…
21 zoomGroup.setAttribute('class', 'svg-pan-zoom-control');
37 zoomIn.setAttribute('id', 'svg-pan-zoom-zoom-in');
38 zoomIn.setAttribute('transform', 'translate(30.5 5) scale(0.015)');
39 zoomIn.setAttribute('class', 'svg-pan-zoom-control');
43 zoomInBackground.setAttribute('x', '0');
44 zoomInBackground.setAttribute('y', '0');
45 …zoomInBackground.setAttribute('width', '1500'); // larger than expected because the whole group is…
46 zoomInBackground.setAttribute('height', '1400');
47 zoomInBackground.setAttribute('class', 'svg-pan-zoom-control-background');
51 …zoomInShape.setAttribute('d', 'M1280 576v128q0 26 -19 45t-45 19h-320v320q0 26 -19 45t-45 19h-128q-…
52 zoomInShape.setAttribute('class', 'svg-pan-zoom-control-element');
61 resetPanZoomControl.setAttribute('id', 'svg-pan-zoom-reset-pan-zoom');
62 resetPanZoomControl.setAttribute('transform', 'translate(5 35) scale(0.4)');
63 resetPanZoomControl.setAttribute('class', 'svg-pan-zoom-control');
67 resetPanZoomControlBackground.setAttribute('x', '2');
68 resetPanZoomControlBackground.setAttribute('y', '2');
69 …resetPanZoomControlBackground.setAttribute('width', '182'); // larger than expected because the wh…
70 resetPanZoomControlBackground.setAttribute('height', '58');
71 resetPanZoomControlBackground.setAttribute('class', 'svg-pan-zoom-control-background');
75 …resetPanZoomControlShape1.setAttribute('d', 'M33.051,20.632c-0.742-0.406-1.854-0.609-3.338-0.609h-…
76 resetPanZoomControlShape1.setAttribute('class', 'svg-pan-zoom-control-element');
80 …resetPanZoomControlShape2.setAttribute('d', 'M170.231,0.5H15.847C7.102,0.5,0.5,5.708,0.5,11.84v38.…
81 resetPanZoomControlShape2.setAttribute('class', 'svg-pan-zoom-control-element');
90 zoomOut.setAttribute('id', 'svg-pan-zoom-zoom-out');
91 zoomOut.setAttribute('transform', 'translate(30.5 70) scale(0.015)');
92 zoomOut.setAttribute('class', 'svg-pan-zoom-control');
96 zoomOutBackground.setAttribute('x', '0');
97 zoomOutBackground.setAttribute('y', '0');
98 …zoomOutBackground.setAttribute('width', '1500'); // larger than expected because the whole group i…
99 zoomOutBackground.setAttribute('height', '1400');
100 zoomOutBackground.setAttribute('class', 'svg-pan-zoom-control-background');
104 …zoomOutShape.setAttribute('d', 'M1280 576v128q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45v-128q0…
105 zoomOutShape.setAttribute('class', 'svg-pan-zoom-control-element');
927 viewport.setAttribute('class', 'viewport');
941 svg.setAttribute('xmlns', 'http://www.w3.org/1999/xlink');
949 svg.setAttribute('style', 'overflow: hidden; ' + style);
961 element.setAttribute('transform', s);