https://issues.apache.org/ooo/show_bug.cgi?id=93417
Armin Le Grand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #17 from Armin Le Grand <[email protected]> --- This is due to system-specific Linux stuff - the Anitliased filled Polygons do not add nicely at their edges to fully filled pixels. There was another task existing for this... It means that TryDrawPolyLineDirect in vcl does return success, else RenderPolygonStrokePrimitive2D would be used. In the case the decomposition to filled polygons is used there is a fallback in PRIMITIVE2D_ID_POLYPOLYGONCOLORPRIMITIVE2D that additionally paints the decomposed polygons as hairlines when in AAed mode to fill those gaps. This is probably also needed in X11SalGraphics::drawPolyLine. Adding Herbert to CC... @Herbert: X11SalGraphics::drawPolyLine needs also to paint the original polygon as non-filled hairline when AA is on to ensure fill of the AA-gaps when the polygons are parts of a qide line output. -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes.
