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

/inkscape/src/xml/
H A Drepr.cpp33 /// Returns new document having as first child a node named rootname.
35 sp_repr_document_new(char const *rootname) argument
38 if (!strcmp(rootname, "svg:svg")) {
46 Inkscape::XML::Node *root = doc->createElement(rootname);

Completed in 19 milliseconds