The following commands
\documentclass[10pt]{beamer}
\usetheme{metropolis}
\begin{document}
\begin{frame}{Test}
\centering
\includegraphics{xxx.pdf}
\end{frame}
\end{document}
yields a result
by using pdflatex, which is not what I expect.
Basically, 'xxx.pdf' contains white background, and it looks fine (correctly displaying white background) with \documentclass{article}.
Is it possible to include xxx.pdf in this document without any changes on xxx.pdf?
Any comments and suggestions are very welcome. Thank you.
Updated: xxx.pdf can be downloaded here



xxx.pdfsomewhere so we can try ourselves? – Henri Menke May 01 '17 at 20:51