class Magick::RVG::Group
def add_primitives(gc)
- Private: -
def add_primitives(gc) gc.push add_transform_primitives(gc) add_style_primitives(gc) @content.each { |element| element.add_primitives(gc) } gc.pop end
def add_primitives(gc) gc.push add_transform_primitives(gc) add_style_primitives(gc) @content.each { |element| element.add_primitives(gc) } gc.pop end