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

--- Comment #2 from [email protected] ---
Confirmed in the source code (vcl/skia/SkiaHelper.cxx): 
On Windows, Skia is hardcoded to always be active:

  #if defined(MACOSX) || defined(_WIN32)
      bRet = true; // macOS/win can __only__ render via skia

This means UseSkia=false has no effect on Windows in 26.x.
The only option is ForceSkiaRaster (software rendering), 
but even that does not resolve the rendering glitches when 
LibreOffice is controlled by an external process.

In 25.8.x this hardcoded behavior was not present, allowing 
Skia to be fully disabled via GUI, which resolved all 
rendering issues.

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

Reply via email to