[cairo-bugs] [Bug 4260] Antialised font is rendered over green
background
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Sep 18 20:42:24 PDT 2005
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=4260
billy.biggs at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |billy.biggs at gmail.com
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From billy.biggs at gmail.com 2005-09-18 20:42 -------
I'm not sure if you can have the IsRGB(dest) != IsRGB(pict) case in the server
code, but I translated the IsRGB() macro as follows:
#define IsRGB(pict) (PICT_FORMAT_TYPE((pict)->format) == PICT_TYPE_ARGB)
The rest applied cleanly. Fixed in Xserver HEAD.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the cairo-bugs
mailing list