module Magick::RVG::TextLink

def add_primitives(gc)

def add_primitives(gc)
    @parent.cx = @x if @x
    @parent.cy = @y if @y
    super
end