class Magick::RVG::Tref
@private
Public Class Methods
Source
# File lib/rvg/text.rb, line 108 def initialize(obj, x, y, parent) @x, @y = Magick::RVG.convert_to_float(x, y, :allow_nil) super(nil) @tspans << obj @parent = parent end
Calls superclass method
Magick::RVG::TextBase::new