Index
	- NAME
 
	- METHODS
	- boolean = Gnome2::Rsvg->CHECK_VERSION ($major, $minor, $micro)
 
	- list = Gnome2::Rsvg->GET_VERSION_INFO 
 
	- Gnome2::Rsvg->set_default_dpi ($dpi)
 
	- pixbuf = Gnome2::Rsvg->pixbuf_from_file ($file_name)
 
	- pixbuf = Gnome2::Rsvg->pixbuf_from_file_at_max_size ($file_name, $max_width, $max_height)
 
	- pixbuf = Gnome2::Rsvg->pixbuf_from_file_at_size ($file_name, $width, $height)
 
	- pixbuf = Gnome2::Rsvg->pixbuf_from_file_at_zoom ($file_name, $x_zoom, $y_zoom)
 
	- pixbuf = Gnome2::Rsvg->pixbuf_from_file_at_zoom_with_max ($file_name, $x_zoom, $y_zoom, $max_width, $max_height)
 
 
	- SEE ALSO
 
	- COPYRIGHT
 
NAME 
Gnome2::Rsvg::main
METHODS 
boolean = Gnome2::Rsvg->CHECK_VERSION ($major, $minor, $micro)
	- * $major (integer) 
 
	- * $minor (integer) 
 
	- * $micro (integer) 
 
list = Gnome2::Rsvg->GET_VERSION_INFO 
Gnome2::Rsvg->set_default_dpi ($dpi)
	- * $dpi (double) 
 
pixbuf = Gnome2::Rsvg->pixbuf_from_file ($file_name)
	- * $file_name (string) 
 
pixbuf = Gnome2::Rsvg->pixbuf_from_file_at_max_size ($file_name, $max_width, $max_height)
	- * $file_name (string) 
 
	- * $max_width (integer) 
 
	- * $max_height (integer) 
 
pixbuf = Gnome2::Rsvg->pixbuf_from_file_at_size ($file_name, $width, $height)
	- * $file_name (string) 
 
	- * $width (integer) 
 
	- * $height (integer) 
 
pixbuf = Gnome2::Rsvg->pixbuf_from_file_at_zoom ($file_name, $x_zoom, $y_zoom)
	- * $file_name (string) 
 
	- * $x_zoom (double) 
 
	- * $y_zoom (double) 
 
pixbuf = Gnome2::Rsvg->pixbuf_from_file_at_zoom_with_max ($file_name, $x_zoom, $y_zoom, $max_width, $max_height)
	- * $file_name (string) 
 
	- * $x_zoom (double) 
 
	- * $y_zoom (double) 
 
	- * $max_width (integer) 
 
	- * $max_height (integer) 
 
SEE ALSO 
Gnome2::Rsvg
COPYRIGHT 
Copyright (C) 2003-2005 by the gtk2-perl team.
This software is licensed under the LGPL.  See Gnome2::Rsvg for a full
notice.