Bug 42422 - When I use clip with mixed AA option cairo_fill() works incorrectly
Summary: When I use clip with mixed AA option cairo_fill() works incorrectly
Status: RESOLVED MOVED
Alias: None
Product: cairo
Classification: Unclassified
Component: image backend (show other bugs)
Version: 1.10.3
Hardware: x86 (IA32) Linux (All)
: highest critical
Assignee: Carl Worth
QA Contact: cairo-bugs mailing list
URL: https://www.google.com.pe/search?q=go...
Whiteboard:
Keywords: patch
Depends on:
Blocks: 35253
  Show dependency treegraph
 
Reported: 2011-10-31 04:58 UTC by Seongwon Cho
Modified: 2018-08-25 13:29 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
test code and result files (1.08 KB, application/x-gzip)
2011-10-31 04:58 UTC, Seongwon Cho
Details

Description Seongwon Cho 2011-10-31 04:58:37 UTC
Created attachment 52944 [details]
test code and result files

Hi,

I make test app which it contains 3 clips and 1 path and call cairo_fill() on cairo 1.11.3 (upstream latest)
I set each clip's AA option differently and call cairo_fill() with CAIRO_ANTIALIAS_NONE.
The result of cairo_fill() is not what I expected.
If I set all clip's AA option to same(DEFAULT or NONE) cairo_fill() looks working correctly.

I think composite_aligned_boxes() in cairo-spans-compositor.c has some problem.

I attached test code with png files

Thanks.
Comment 1 Dick 2016-06-04 21:03:46 UTC
fasdfasdfadfas
Comment 2 GitLab Migration User 2018-08-25 13:29:23 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/cairo/cairo/issues/29.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.