https://bugs.documentfoundation.org/show_bug.cgi?id=99165
Armin Le Grand (CIB) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #2 from Armin Le Grand (CIB) <[email protected]> --- Checked what happens on WIn: Indeed the fat line is painted by gdiplus, in WinSalGraphicsImpl::drawPolyLine. The correct miter type is sued leading to const Gdiplus::REAL aMiterLimit(15.0); Gdiplus::DllExports::GdipSetPenMiterLimit(pTestPen, aMiterLimit); Gdiplus::DllExports::GdipSetPenLineJoin(pTestPen, Gdiplus::LineJoinMiter); what should work. Also tried to use LineJoinMiterClipped which seems to be the better default to get the standard-fallback to bevel. Did not help, still happens. BTW: Disabling AA falls back to decompositon, so this works. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
