Re: Rendering bug when using operator "source" (ver. 1.12)
Chris Wilson <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <1332979749_134119@CP5-2952> |
On Wed, 28 Mar 2012 20:01:18 -0400, cu <[email protected]> wrote: > If you do get this fixed - would you mind posting a reply here with > source revision to use - I'd really like to get "source" working. commit d304f0e57be8036719c3709e2419487326369105 Author: Chris Wilson <[email protected]> Date: Thu Mar 29 00:32:36 2012 +0100 composite-rectangles: Trim extents for SOURCE and CLEAR to the mask The SOURCE and CLEAR are the odd pair in Cairo's range of operators that are bound by the shape/mask, but are unbound by the source. This regularly leads to bugs as only track the bound/unbound rectangles and confuse the meaning when bound only by the mask. What is required is that the unbound extents in this case is only trimmed by the mask (the bounded extents are still the intersection of all). Fixes bug-source-cu Signed-off-by: Chris Wilson <[email protected]> -Chris -- Chris Wilson, Intel Open Source Technology Centre -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo