class Magick::RVG::Utility::GraphicContext

def push

def push
  @gc.push
  @shadow.push(@shadow.last.dup)
  @text_attrs.push
  nil
end