lib/squib/graphics/cairo_context_wrapper.rb in squib-0.16.0 vs lib/squib/graphics/cairo_context_wrapper.rb in squib-0.17.0

- old
+ new

@@ -18,15 +18,17 @@ @cairo_cxt = cairo_cxt end def_delegators :cairo_cxt, :save, :set_source_color, :paint, :restore, :translate, :rotate, :move_to, :update_pango_layout, :width, :height, - :show_pango_layout, :rectangle, :rounded_rectangle, :set_line_width, :stroke, :fill, - :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, :new_sub_path, :reset_clip, :fill_preserve, :close_path, - :set_line_join, :set_line_cap, :set_dash, :arc, :arc_negative + :show_pango_layout, :rectangle, :rounded_rectangle, :set_line_width, + :stroke, :fill, :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, :new_sub_path, :reset_clip, :fill_preserve, :close_path, + :set_line_join, :set_line_cap, :set_dash, :arc, :arc_negative, + :pseudo_blur # :nodoc: # @api private def set_source_squibcolor(arg) raise 'nil is not a valid color' if arg.nil?