Why pscustom fails to produce a closed path such as this mwe :
\documentclass{article}
\usepackage{pstricks}
\begin{document}
\pscustom{%
\psline(1,0)(0,4)(-1,0)%
\psellipticarc(0,0)(1,.5){180}{360}%
\closepath}
\end{document}
I thought that all this would be one stroke. But it does not work. I try to draw a cone here. I tried linecap and join, nothing works.
