[cairo] Problem with unaligned clip regions
Tristan Schmelcher
tschmelcher at google.com
Thu Mar 17 11:33:43 PDT 2011
To add some more information, the black area is created by
combine_src_u in pixman, and it is black because the corresponding
mask values are all zero. The mask comes from
_composite_unaligned_boxes in cairo-image-surface.c, which is called
from _composite_boxes, which is in turn called from
_clip_and_composite_boxes. That's about the limit that I can debug
this though since I don't really understand the box compositing code.
More information about the cairo
mailing list