https://bugs.documentfoundation.org/show_bug.cgi?id=167878
Eyal Rozenberg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOTABUG Status|UNCONFIRMED |RESOLVED Summary|Double line border central |Space between the lines of |space color |double-line cell border | |should not be rendered | |using cell background color Blocks| |59284 --- Comment #1 from Eyal Rozenberg <[email protected]> --- > The space between the two lines of a double border don't belongs to any > cell That's actually not the case. The entire worksheet is covered by the cells; there is no area outside cells. Grid lines are a visual aid, not a concrete element taking up space. Of course, to render them, space is needed, and that's taken from the cells, but you'll note that if you disable them - the cells do not get packed closer together. Similarly, borders are drawn _over cell area_. You will notice that if you make a (solid, single-line) border very thick - the cell area is much reduced, and cells are not spaced further apart to accommodate the border. The same is true for double-borders, except that between the two lines - there is a stretch where nothing is drawn. That stretch is simply cell area, and must be rendered using the cell background color. Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=59284 [Bug 59284] [META] Calc cell border related issues -- You are receiving this mail because: You are the assignee for the bug.
