# File lib/rabbit/image/svg.rb, line 22 def draw(canvas, x, y, params={}) if @handle and canvas.rsvg_available? default_params = { :width => width, :height => height, } canvas.draw_rsvg_handle(@handle, x, y, default_params.merge(params)) else super end end
Generated with the Darkfish Rdoc Generator 2.