# File lib/rvg/text.rb, line 31 def tspan(text, x=nil, y=nil) tspan = Tspan.new(text, x, y) tspan.parent = self @tspans << tspan return tspan end