On Feb 5, 2008, at 7:10 AM, Gerdus van Zyl wrote:
>
> My text rendering for each element is basically: save,clip,render text
> using pango,restore
Just off the top of my head -- is the clip a rectangle, and if so, is
it device-pixel aligned? If not, that could account for the
performance that you're seeing.
- Vlad