Lines Matching refs:repr
20 #include "xml/repr.h"
29 void SPPolyLine::build(SPDocument * document, Inkscape::XML::Node * repr) {
30 SPShape::build(document, repr);
106 Inkscape::XML::Node* SPPolyLine::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) {
107 if ((flags & SP_OBJECT_WRITE_BUILD) && !repr) {
108 repr = xml_doc->createElement("svg:polyline");
111 if (repr != this->getRepr()) {
112 repr->mergeFrom(this->getRepr(), "id");
115 SPShape::write(xml_doc, repr, flags);
117 return repr;