https://issues.apache.org/ooo/show_bug.cgi?id=125698
--- Comment #10 from Armin Le Grand <[email protected]> --- In a ideal world Writer would create high-res coordinates, but currently it crunches them in integer (must not be a bad thing btw) and also 'bends' them under some circumstances to get overlapping lines non-overlapping (future idea: visualize this using AAed lines with transparency -> overlapping edit-only lines can be eye-detected smoothly without that hassle). The new fill stuff is in double precision (primitives) but originates from that integer stuff, thus currently some adaption has to take place. Additionally the common problem with non-additive AAed edges comes into play (opacity of 0.5 mixed with opacity 0.5 gives opacity 0.75, not full opacity)... -- You are receiving this mail because: You are watching all issue changes.
