Lines Matching defs:mouse_presentation_path
99 var mouse_presentation_path = null;
1433 mouse_presentation_path = null;
1476 mouse_presentation_path = document.createElementNS(NSS["svg"], "path");
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);
1484 slides[activeSlide]["viewGroup"].appendChild(mouse_presentation_path);
1486 slides[activeSlide]["element"].appendChild(mouse_presentation_path);
1488 history_presentation_elements.push(mouse_presentation_path);
1505 if (mouse_presentation_path != null)
1508 var d = mouse_presentation_path.getAttribute("d");
1510 mouse_presentation_path.setAttribute("d", d);
1511 mouse_presentation_path = null;
1532 if (mouse_presentation_path == null)
1540 var d = mouse_presentation_path.getAttribute("d");
1542 mouse_presentation_path.setAttribute("d", d);