[cairo] cairo pattern/glitz patches
Carl Worth
cworth at cworth.org
Mon Feb 21 08:16:41 PST 2005
On Fri, 18 Feb 2005 16:06:39 -0500, David Reveman wrote:
> I've split up my pending pattern updates and glitz backend updates as
> much as possible. Here's a set of patches.
Thanks so much! Splitting things up like this was obviously a lot of
work, but it is already extremely helpful.
> [2 cairo-surface-fallback-fix-1.diff <text/x-patch; UTF-8 (7bit)>]
> diff -ur ../cairo.orig/src/cairo_surface.c ./src/cairo_surface.c
> --- ../cairo.orig/src/cairo_surface.c 2005-02-17 01:27:37.000000000 -0500
> +++ ./src/cairo_surface.c 2005-02-18 15:31:31.358053224 -0500
> @@ -630,7 +630,7 @@
> &state.image->base,
> src_x, src_y,
> dst_x - state.image_rect.x,
> - dst_x - state.image_rect.y,
> + dst_y - state.image_rect.y,
> width, height, traps, num_traps);
> if (offset_traps)
> free (offset_traps);
I've committed this one now. It was the cause of the gradient
regression failures that Kristian has been trying to chase down
lately. I'm glad to have that one fixed.
-Carl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/cairo/attachments/20050221/95341387/attachment.pgp
More information about the cairo
mailing list