[cairo-bugs] [Bug 15349] bad clipping with EXTEND_NONE
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Apr 7 13:20:10 PDT 2008
http://bugs.freedesktop.org/show_bug.cgi?id=15349
Owen Taylor <otaylor at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #15740|0 |1
is obsolete| |
--- Comment #10 from Owen Taylor <otaylor at redhat.com> 2008-04-07 13:20:08 PST ---
Created an attachment (id=15742)
--> (http://bugs.freedesktop.org/attachment.cgi?id=15742)
Small revision of previous patch (regenerated, obsoletes)
The last patch had a small but crucial bug, needs to be fixed as:
- sampled_area.width = ceil (x2) + 1 - x;
- sampled_area.height = ceil (y2) + 1 - y;
+ sampled_area.width = ceil (x2) + 1 - sampled_area.x;
+ sampled_area.height = ceil (y2) + 1 - sampled_area.y;
I've attached a new version of the patch with that fix. (Still
recommending reverting the whole mess for now until after 1.6)
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the cairo-bugs
mailing list