There is a misprint in the spec for cairo_pattern_set_filter() function. It is just a minor misprint, but it should be fixed to let the spec more clearer: In the spec for cairo_pattern_set_filter(), the standard states: cairo_set_source_surface (cr, image, x, y); cairo_pattern_set_filter (cairo_get_source (cr), %CAIRO_FILTER_NEAREST); Remove the extra character as follows: cairo_set_source_surface (cr, image, x, y); cairo_pattern_set_filter (cairo_get_source (cr), CAIRO_FILTER_NEAREST); Please, give us your decision. Thank you very much for your time.
Fixed, thanks.
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.