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

/inkscape/src/
H A Dselection-chemistry.cpp3136 Inkscape::XML::Node *symbol_repr = xml_doc->createElement("svg:symbol"); local
3137 defsrepr->appendChild(symbol_repr);
3142 symbol_repr->setAttribute("style", the_group->getAttribute("style"));
3143 symbol_repr->setAttribute("class", the_group->getAttribute("class"));
3146 symbol_repr->setAttribute("id", id);
3150 symbol_repr->setAttribute("inkscape:transform-center-x",
3152 symbol_repr->setAttribute("inkscape:transform-center-y",
3163 symbol_repr->addChild(repr,NULL);
3173 clone->setAttribute("xlink:href", Glib::ustring("#")+symbol_repr->attribute("id"), false);
3186 Inkscape::GC::release(symbol_repr);
[all...]

Completed in 19 milliseconds