class Magick::RVG::Shape
@private
Parent class of Circle, Ellipse, Text, etc.
def add_primitives(gc)
def add_primitives(gc) gc.push add_transform_primitives(gc) add_style_primitives(gc) gc.__send__(@primitive, *@args) gc.pop end
@private
Parent class of Circle, Ellipse, Text, etc.
def add_primitives(gc) gc.push add_transform_primitives(gc) add_style_primitives(gc) gc.__send__(@primitive, *@args) gc.pop end