Searched defs:mouse_presentation_path (Results 1 - 1 of 1) sorted by relevance

/inkscape/share/extensions/
H A DjessyInk.js99 var mouse_presentation_path = null; variable
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);
[all...]

Completed in 17 milliseconds