I have seen a similar problem, but none of what I have found thus far helps me... I have a pretty complicated table (I have adapted from another source, so I cannot really change the structure), and I cannot get the thin white lines out of the multirow cells. The real table is larger, but here is enough of a sample to show the issue:
\usepackage[table,svgnames,xcdraw]{xcolor}
\usepackage{array, colortbl, multirow, graphicx}
\begin{table}[]
\centering
\resizebox{\textwidth}{!}{%
\begin{tabular}{llccccc}
\rowcolor[HTML]{000000}
\multicolumn{2}{c|}{\cellcolor[HTML]{000000}{\color[HTML]{FFFFFF} }} &
\multicolumn{2}{c}{\cellcolor[HTML]{000000}{\color[HTML]{FFFFFF} Volume (M)}} & \multicolumn{3}{c}{\cellcolor[HTML]{000000}{\color[HTML]{FFFFFF} Cost Savings (\$M)}} \\ \cline{3-4}
\rowcolor[HTML]{000000}
\multicolumn{2}{c|}{\multirow{-2}{*}{\cellcolor[HTML]{000000}{\color[HTML]{FFFFFF} Transaction Type}}} & {\color[HTML]{FFFFFF} Plans} & {\color[HTML]{FFFFFF} Providers} & {\color[HTML]{FFFFFF} Plans} & {\color[HTML]{FFFFFF} Providers} & {\color[HTML]{FFFFFF} Total} \\
\end{tabular}%
}
So I obviously want those thin white lines, especially THROUGH the text, NOT to show up. Thank you in advance.
Edit: I see the thin white lines even when zoomed in, using either Preview or the builtin PDF viewing for TexShop on Mac OSX 10.12.4 If you click on the image in the original post, you can clearly see the white lines in the fully-zoomed image.


\documentclassand ending with\end{document}. ( I moved your answer/comment to your question) – Bobyandbob Jul 17 '17 at 05:56