Lines Matching refs:tspan
2 * SVG <text> and <tspan> implementation
50 #include "sp-tspan.h"
547 SPTSpan *tspan = SP_TSPAN(root);
550 bool use_xy = !in_textpath && (tspan->role == SP_TSPAN_ROLE_UNSPECIFIED || !tspan->attributes.singleXYCoordinates());
551 tspan->attributes.mergeInto(&optional_attrs, parent_optional_attrs, parent_attrs_offset, use_xy, true);
624 SPTSpan *tspan = SP_TSPAN(child);
625 if ( (tspan->role != SP_TSPAN_ROLE_UNSPECIFIED)
626 && tspan->attributes.singleXYCoordinates() ) {
627 Inkscape::Text::Layout::iterator iter = layout.sourceToIterator(tspan);
629 tspan->attributes.setFirstXY(anchor_point);