class Magick::RVG::Tref

@private

def initialize(obj, x, y, parent)

def initialize(obj, x, y, parent)
  @x, @y = Magick::RVG.convert_to_float(x, y, :allow_nil)
  super(nil)
  @tspans << obj
  @parent = parent
end