# File lib/rabbit/image/pdf.rb, line 31 def draw(canvas, x, y, params={}) if @document and canvas.poppler_available? default_params = { :width => width, :height => height, } canvas.draw_poppler_page(page, x, y, default_params.merge(params)) else super end end
Generated with the Darkfish Rdoc Generator 2.