class Magick::RVG::Use

def add_primitives(gc) #:nodoc:

:nodoc:
def add_primitives(gc)  #:nodoc:
  gc.push
  add_transform_primitives(gc)
  add_style_primitives(gc)
  @element.add_primitives(gc)
  gc.pop
end