See: #363 for details but essentially it's so that the following code:
bg = Style(bgcolor="rgb(40,40,40)")
table = Table(box=box.SIMPLE_HEAD, row_styles=["none", bg])
Would produce a table like the following but without the gaps inbetween the grey cells.
