class Magick::RVG::Shape
Public Instance Methods
Source
# File lib/rvg/embellishable.rb, line 17 def add_primitives(gc) gc.push add_transform_primitives(gc) add_style_primitives(gc) gc.__send__(@primitive, *@args) gc.pop end
Each shape can have its own set of transforms and styles.