Method: Rsvg::Handle.new_from_file

Defined in:
lib/rsvg2/handle.rb

.new_from_file(file_name, options = {}) ⇒ Object

For backward compatibility



26
27
28
# File 'lib/rsvg2/handle.rb', line 26

def new_from_file(file_name, options={})
  new(options.merge(:file => file_name))
end