a page is not cropped, when standalone class is used together with xelatex and koma-script classes (scrreprt,scrbook or scrartcl). Here is very short MWE:
\documentclass[class=scrreprt]{standalone}
\begin{document}
text
\end{document}
and it works just fine when instead compiled with pdflatex or with standard classes (i.e. replacing scrreprt in MWE by article, book etc). is there a chance to get a cropped page with standalone+xelatex+koma-script working together? (I use latest versions of the packages)