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

/inkscape/src/
H A Dsp-flowtext.cpp472 Inkscape::XML::Node *line_tspan = xml_doc->createElement("svg:tspan"); local
473 line_tspan->setAttribute("sodipodi:role", "line");
511 if (line_tspan->childCount() == 0) {
512 sp_repr_set_svg_double(line_tspan, "x", anchor_point[Geom::X]); // FIXME: this will pick up the wrong end of counter-directional runs
513 sp_repr_set_svg_double(line_tspan, "y", anchor_point[Geom::Y]);
553 line_tspan->appendChild(span_tspan);
556 repr->appendChild(line_tspan);
557 Inkscape::GC::release(line_tspan);

Completed in 15 milliseconds