Allowing close_path to pass through

dev
Andy Meneely 2015-05-22 05:59:08 -04:00
parent c3e76a93aa
commit f0b71531aa
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ module Squib
:set_source, :scale, :render_rsvg_handle, :circle, :triangle, :line_to, :set_source, :scale, :render_rsvg_handle, :circle, :triangle, :line_to,
:operator=, :show_page, :clip, :transform, :mask, :create_pango_layout, :operator=, :show_page, :clip, :transform, :mask, :create_pango_layout,
:antialias=, :curve_to, :matrix, :matrix=, :identity_matrix, :pango_layout_path, :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: # :nodoc:
# @api private # @api private