class Magick::RVG::Shape
:nodoc:
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
:nodoc:
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