summaryrefslogtreecommitdiff
path: root/test/clip-twice-ref.png
AgeCommit message (Collapse)AuthorFilesLines
2008-02-27Change cairo's fixed-point format from 16.16 to 24.8Carl Worth1-0/+0
The additional 8 bits of integer allows device space to be 256 times larger before applications need to start worrying about any issues with overflow. So this should help in many cases. And the loss of 8 bits of sub-pixel precision shouldn't cause any harm at all---16 was really much more than necessary. With this change the details of rasterization for several tests are changed slightly, (particularly on arcs, for example), so many reference images are updated here. NOTE: This change is currently breaking get-path-extents for ps/pdf/svg as well as push-group for ps. We do not yet know the reasons for these new failures.
2005-06-03When clipping, update the clip surface to a new surface the size of the ↵Kristian Høgsberg1-0/+0
intersection of the old clip surface and the extents of the new clip path.
2005-01-27Update these two once again, this time generated using libpixman-0.1.3 ↵Kristian Høgsberg1-0/+0
without leaky circles.
2005-01-27Fix missing rounding in these two functions.Kristian Høgsberg1-0/+0
Update these to versions with properly rounded alpha values. Move clip_twice out of XFAIL now that rounding works. Add new test cases.
2005-01-26New test case to verify that the clip surface is correctly updated when ↵Kristian Høgsberg1-0/+0
extending an existing clip path.