Searched refs:rpath (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ui/tools/ |
H A D | measure-tool.cpp | 715 Inkscape::XML::Node *rpath; local 716 rpath = xml_doc->createElement("svg:path"); 717 rpath->setAttribute("d", "M 8.72,4.03 L -2.21,0.02 L 8.72,-4.00 C 6.97,-1.63 6.98,1.62 8.72,4.03 z"); 718 rpath->setAttribute("id", isStart ? "Arrow2SstartPath" : "Arrow2SendPath"); 725 rpath->setAttribute("style", css_str.c_str()); 727 rpath->setAttribute("transform", isStart ? "scale(0.3) translate(-2.3,0)" : "scale(0.3) rotate(180) translate(-2.3,0)"); 728 SPItem *path = SP_ITEM(marker->appendChildRepr(rpath)); 729 Inkscape::GC::release(rpath);
|
Completed in 17 milliseconds