# File rsvg/sample/svg2.rb, line 44
def to_pixbuf(input, ratio)
  RSVG.pixbuf_from_file_at_zoom(input, ratio, ratio)
end