[cairo] [PATCH] gl: Fix offset for non-texture surface patterns

Martin Robinson mrobinson at igalia.com
Thu Nov 10 12:45:11 PST 2011


On Sat, Nov 5, 2011 at 2:12 AM, Andrea Canciani <ranma42 at gmail.com> wrote:
> I'm not sure if the approach is correct, but, assuming it is, how about simply
> using _cairo_surface_paint()?
> Using a constant (0,0) offset looks weird to me.

I think _cairo_surface_paint eventually calls this function again
leading to infinite recursion. It seems we need to use a lower level
API here.

--Martin


More information about the cairo mailing list