class Cairo::Context

Public Instance Methods

render_rsvg_handle(handle, options={}) click to toggle source
# File lib/rsvg2/cairo.rb, line 19
def render_rsvg_handle(handle, options={})
  id = options[:id]
  if id
    handle.render_cairo_sub(self, id)
  else
    handle.render_cairo(self)
  end
end
Also aliased as: show_rsvg_handle
show_rsvg_handle(handle, options={})
Alias for: render_rsvg_handle