https://issues.apache.org/ooo/show_bug.cgi?id=84905
--- Comment #14 from Armin Le Grand <[email protected]> --- ALG: Took a look, the image has 53 lines, 27 black, at start end black. In draw, 27 black lines are shown, the start one is half and the end one 1 1/2. Images get AAed since else the quality would be bad for most images; the program can not 'guess' that someone does not want that for a special image. If you want clear bounds in a scalable image, use a vector graphic one (e.g. produce in draw), this will cleanly scale in all situations what is not possible with bitmap images. It will also be smaller and can be used as zoom-freindly fill style since 4.0.0. In Writer it's pretty much the same, 27 black lines shown, the 1st a little bit too thin, the last to thick. The AAing is more bad in writer since for writer graphic objects the AAing is still drawn hand-crafted from the VCL module AFAIK, but no lines missing. What stays is the too small first and too fat last line, this hints to a pixel offset of 1/2 pisel in graphic processing. That part is also system-dependent, thus my be different on linux/mac and win, I checked on win. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
