class Magick::RVG::Use

def add_primitives(gc)

Other tags:
    Private: -
def add_primitives(gc)
  gc.push
  add_transform_primitives(gc)
  add_style_primitives(gc)
  @element.add_primitives(gc)
  gc.pop
end