[cairo-bugs] [Bug 20441] New: There is a misprint in the spec for cairo_pattern_set_filter() function

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Mar 2 23:42:29 PST 2009


http://bugs.freedesktop.org/show_bug.cgi?id=20441

           Summary: There is a misprint in the spec for
                    cairo_pattern_set_filter() function
           Product: cairo
           Version: 1.8.6
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: low
         Component: general
        AssignedTo: cworth at cworth.org
        ReportedBy: tructv at necsv.com
         QAContact: cairo-bugs at cairographics.org


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.


-- 
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