Searched refs:p_repr (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dpath-chemistry.cpp530 Inkscape::XML::Node *p_repr = xml_doc->createElement("svg:path"); local
533 p_repr->setAttribute("d", def_str);
537 p_repr->setAttribute("style", style_str.c_str());
539 g_repr->appendChild(p_repr);
541 Inkscape::GC::release(p_repr);

Completed in 11 milliseconds