Comment 24 for bug 723167

Revision history for this message
Roman Yepishev (rye) wrote : Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

We are drawing text onto CAIRO_FORMAT_ARGB32 surface with fully transparent background. Therefore we have artifacts at the edges - http://lists.cairographics.org/archives/cairo/2010-November/021265.html

So we either need to fix cairo or draw background.