module Magick::RVG::StructureConstructors
def g(&block)
Define grouped elements by calling RVG::Embellishable
the contained object itself.
contained within, unless overridden by an inner container or
transforms specified on this object will be used by objects
Group _container_ object. The styles and
This method constructs a new
Defines a group.
def g(&block) group = Group.new(&block) @content << group return group end