https://bugs.documentfoundation.org/show_bug.cgi?id=164290

--- Comment #15 from [email protected] ---
I´ve compiled libcairo 1.18.2 myself - and commented out some lines like
described in https://gitlab.freedesktop.org/cairo/cairo/-/issues/809

So my code at cairo-xlib-render-compositor.c

looks like (from line 1611 to 1619)

/*      unsigned long xphase, yphase; */
        int this_x, this_y;
        int old_width;
/*
        xphase = PHASE(glyphs[i].d.x);
        yphase = PHASE(glyphs[i].d.y);

        glyphs[i].index |= (xphase << 24) | (yphase << 26);
*/

I have fine rendering - non-antialiased and antialiase.

So it IS a cairo issue?!?

regards, Andy

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to