module Magick::RVG::TextLink
Tspan
and Tref
shared methods - read/update @cx, @cy in parent Text
object. @private
Public Instance Methods
Source
# File lib/rvg/text.rb, line 79 def add_primitives(gc) @parent.cx = @x if @x @parent.cy = @y if @y super end
Calls superclass method