Browse Source

Allowing close_path to pass through

dev
Andy Meneely 11 years ago
parent
commit
f0b71531aa
  1. 2
      lib/squib/graphics/cairo_context_wrapper.rb

2
lib/squib/graphics/cairo_context_wrapper.rb

@ -23,7 +23,7 @@ module Squib
:set_source, :scale, :render_rsvg_handle, :circle, :triangle, :line_to,
:operator=, :show_page, :clip, :transform, :mask, :create_pango_layout,
:antialias=, :curve_to, :matrix, :matrix=, :identity_matrix, :pango_layout_path,
:stroke_preserve, :target, :new_path, :fill_preserve
:stroke_preserve, :target, :new_path, :fill_preserve, :close_path
# :nodoc:
# @api private

Loading…
Cancel
Save