Lines Matching refs:setAttribute
133 ROOT_NODE.setAttribute("viewBox", "0 0 " + WIDTH + " " + HEIGHT);
136 ROOT_NODE.setAttribute("width", "100%");
137 ROOT_NODE.setAttribute("height", "100%");
154 ROOT_NODE.setAttribute("style", newAttribute);
171 rectNode.setAttribute("x", 0);
172 rectNode.setAttribute("y", 0);
173 rectNode.setAttribute("width", WIDTH);
174 rectNode.setAttribute("height", HEIGHT);
176 clipPath.setAttribute("id", "jessyInkSlideClipPath");
177 clipPath.setAttribute("clipPathUnits", "userSpaceOnUse");
240 JessyInkPresentationLayer.setAttribute("id", "jessyink_presentation_layer");
300 node.setAttribute("clip-path", "url(#jessyInkSlideClipPath)");
371 node.setAttribute("opacity",0);
384 transformGroup.setAttribute("transform", node.getAttribute("transform"));
399 rectNode.setAttribute("x", 0);
400 rectNode.setAttribute("y", 0);
401 rectNode.setAttribute("width", WIDTH);
402 rectNode.setAttribute("height", HEIGHT);
403 rectNode.setAttribute("id", "jessyInkBackground" + counter);
404 rectNode.setAttribute("fill", BACKGROUND_COLOR);
415 slides[counter]["viewGroup"].setAttribute("transform", matrixOld.toAttribute());
487 node.setAttribute("onmouseover", "if ((currentMode == INDEX_MODE) && ( activeSlide != " + counter + ")) { indexSetActiveSlide(" + counter + "); };");
493 node.setAttribute("opacity",1);
498 node.setAttribute("opacity",0);
742 slides[counter]["element"].setAttribute("transform","scale(1)");
747 slides[counter]["element"].setAttribute("opacity",1);
752 slides[counter]["element"].setAttribute("opacity",0);
839 slides[counter]["element"].setAttribute("opacity",0);
847 slides[counter]["element"].setAttribute("transform","scale("+1/INDEX_COLUMNS+") translate("+offsetX+","+offsetY+")");
849 slides[counter]["element"].setAttribute("opacity",0.5);
871 slides[activeSlide]["element"].setAttribute("opacity",0);
878 slides[activeSlide]["element"].setAttribute("opacity",1);
895 slides[activeSlide]["element"].setAttribute("opacity",0.5);
900 slides[activeSlide]["element"].setAttribute("opacity",1);
1140 ROOT_NODE.setAttribute("style", dictToPropStr(tempDict));
1157 ROOT_NODE.setAttribute("style", dictToPropStr(tempDict));
1337 exportNode.setAttribute("id", layerName);
1353 newDoc.setAttribute('width', WIDTH);
1354 newDoc.setAttribute('height', HEIGHT);
1415 nd.setAttribute("opacity",1);
1468 mouse_original_path.setAttribute("stroke", path_colour);
1469 mouse_original_path.setAttribute("stroke-width", path_paint_width);
1470 mouse_original_path.setAttribute("fill", "none");
1471 mouse_original_path.setAttribute("id", "path " + Date());
1472 mouse_original_path.setAttribute("d", "M" + p.x + "," + p.y);
1477 mouse_presentation_path.setAttribute("stroke", path_colour);
1478 mouse_presentation_path.setAttribute("stroke-width", path_paint_width);
1479 mouse_presentation_path.setAttribute("fill", "none");
1480 mouse_presentation_path.setAttribute("id", "path " + Date() + " presentation copy");
1481 mouse_presentation_path.setAttribute("d", "M" + p.x + "," + p.y);
1510 mouse_presentation_path.setAttribute("d", d);
1512 mouse_original_path.setAttribute("d", d);
1542 mouse_presentation_path.setAttribute("d", d);
1543 mouse_original_path.setAttribute("d", d);
1674 element.setAttribute("transform", options["matrixInitial"].toAttribute());
1678 element.setAttribute("transform", options["matrixNew"].toAttribute());
1687 element.setAttribute("transform", options["matrixInitial"].mix(options["matrixNew"], fraction).toAttribute());
1694 element.setAttribute("transform", options["matrixInitial"].toAttribute());
1698 element.setAttribute("transform", options["matrixOld"].toAttribute());
1706 element.setAttribute("transform", options["matrixInitial"].mix(options["matrixOld"], fraction).toAttribute());
1740 element.setAttribute("opacity", 0);
1745 element.setAttribute("opacity", 1);
1751 element.setAttribute("opacity", fraction);
1759 element.setAttribute("opacity", 1);
1763 element.setAttribute("opacity", 0);
1770 element.setAttribute("opacity", 1 - fraction);
1788 element.setAttribute("opacity",1);
1793 element.setAttribute("opacity",0);
1824 element.setAttribute("opacity", 0);
1825 element.setAttribute("transform", "scale(0)");
1830 element.setAttribute("opacity", 1);
1841 element.setAttribute("opacity", opacityFraction);
1844 element.setAttribute("transform", "translate(" + offsetX + "," + offsetY + ") scale(" + fraction + ")");
1851 element.setAttribute("opacity", 1);
1852 element.setAttribute("transform", "scale(1)");
1857 element.setAttribute("opacity", 0);
1864 element.setAttribute("opacity", 1 - fraction);
1865 element.setAttribute("transform", "scale(" + 1 - fraction + ")");
1879 slides[slide]["viewGroup"].setAttribute("transform", slides[slide].initialView);
2001 node.setAttribute("id", id + suffix);
2005 node.setAttribute(NSS["xlink"], "href", node.getAttribute(NSS["xlink"], "href") + suffix);
2038 g.setAttribute("clip-path", "url(#jessyInkSlideClipPath)");
2039 g.setAttribute("id", "layer_progress_bar");
2040 g.setAttribute("style", "display: none;");
2043 rect_progress_bar.setAttribute("style", "marker: none; fill: rgb(128, 128, 128); stroke: none;");
2044 rect_progress_bar.setAttribute("id", "rect_progress_bar");
2045 rect_progress_bar.setAttribute("x", 0);
2046 rect_progress_bar.setAttribute("y", 0.99 * HEIGHT);
2047 rect_progress_bar.setAttribute("width", 0);
2048 rect_progress_bar.setAttribute("height", 0.01 * HEIGHT);
2052 circle_timer_indicator.setAttribute("style", "marker: none; fill: rgb(255, 0, 0); stroke: none;");
2053 circle_timer_indicator.setAttribute("id", "circle_timer_indicator");
2054 circle_timer_indicator.setAttribute("cx", 0.005 * HEIGHT);
2055 circle_timer_indicator.setAttribute("cy", 0.995 * HEIGHT);
2056 circle_timer_indicator.setAttribute("r", 0.005 * HEIGHT);
2074 progress_bar.setAttribute("style", "display: none;");
2089 progress_bar.setAttribute("style", "display: inherit;");
2127 rect_progress_bar.setAttribute("x", x);
2128 rect_progress_bar.setAttribute("width", w);
2156 circle_timer_indicator.setAttribute("cx", cx);
2198 g.setAttribute("clip-path", "url(#jessyInkSlideClipPath)");
2199 g.setAttribute("id", "Whiteboard " + Date() + " presentation copy");
2200 g.setAttribute("style", "display: none;");
2239 g.setAttribute("onmouseover", "if ((currentMode == INDEX_MODE) && ( activeSlide != " + (after_slide + 1) + ")) { indexSetActiveSlide(" + (after_slide + 1) + "); };");
2251 transformGroup.setAttribute("transform", g.getAttribute("transform"));
2266 rectNode.setAttribute("x", 0);
2267 rectNode.setAttribute("y", 0);
2268 rectNode.setAttribute("width", WIDTH);
2269 rectNode.setAttribute("height", HEIGHT);
2270 rectNode.setAttribute("id", "jessyInkBackground" + Date());
2271 rectNode.setAttribute("fill", BACKGROUND_COLOR);
2279 new_slide["viewGroup"].setAttribute("transform", matrixOld.toAttribute());
2299 g.setAttribute("clip-path", "url(#jessyInkSlideClipPath)");
2300 g.setAttribute("id", "Whiteboard " + Date());
2301 g.setAttribute("style", "display: none;");
2325 slides[counter]["element"].setAttribute("onmouseover", "if ((currentMode == INDEX_MODE) && ( activeSlide != " + counter + ")) { indexSetActiveSlide(" + counter + "); };");
2435 node.childNodes[childCounter].setAttribute("style", "display: none;");
2441 foreignNode.setAttribute("x", x);
2442 foreignNode.setAttribute("y", y);
2443 foreignNode.setAttribute("width", width);
2444 foreignNode.setAttribute("height", height);
2445 foreignNode.setAttribute("transform", transform);
2448 videoNode.setAttribute("src", url);