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

--- Comment #5 from Caolán McNamara <[email protected]> ---
Created attachment 193109
  --> https://bugs.documentfoundation.org/attachment.cgi?id=193109&action=edit
what I see in X11

I seem to see the same thing in X11 and Wayland, and seems the same if I
disable "hardware acceleration" which in this context means using the vcl
backend for full-screen presentations vs a cairo backend (though amusingly at
this point both are backed by cairo)

If it was an X-only issue I wonder if there could be any connection to the
(mystery) bug 117413 which has a workaround in
vcl/unx/generic/gdi/cairotextrender.cxx syncCairoContext

If reproducible checking if changing:
if (cairo_surface_get_type(target) == CAIRO_SURFACE_TYPE_XLIB)
to
if (true)
there has any sort of an effect

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

Reply via email to