From cairo-image-surface.c: switch (attributes->extend) { [...] case CAIRO_EXTEND_REFLECT: /* XXX: Obviously wrong. */ _cairo_image_surface_set_repeat (surface, 1); break; The Xlib surface just does a software fallback to this code as well.
Move bugs against "cvs" version to "0.9.3" so we can remove the "cvs" version.
The image backend should now be handling reflect properly. It would be nice to have a test so we can know how well we're doing on this.
Moved to todo (pixman is fixed, just needs helper functions for backends that need it and the test case is ready).
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.