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

/inkscape/src/
H A Dsp-flowtext.cpp480 Inkscape::XML::Node *span_tspan = xml_doc->createElement("svg:tspan"); local
506 TextTagAttributes(attrs).writeTo(span_tspan);
508 sp_repr_set_svg_double(span_tspan, "x", anchor_point[Geom::X]); // FIXME: this will pick up the wrong end of counter-directional runs
510 sp_repr_set_svg_double(span_tspan, "y", anchor_point[Geom::Y]);
523 span_tspan->setAttribute("style", style_text.c_str());
547 span_tspan->appendChild(new_text);
553 line_tspan->appendChild(span_tspan);
554 Inkscape::GC::release(span_tspan);

Completed in 565 milliseconds