What causes the presence of unnecessary white space in the following figure? The box and the circle should have the same center.

\documentclass[border=12pt,pstricks]{standalone}
\usepackage{pst-node}
\begin{document}
\begin{pspicture}[showgrid=true](2,2)
\rput(1,1){\psDefBoxNodes{A}{\pscirclebox{Circle}}}%
\psframe(A:bl)(A:tr)%
\end{pspicture}
\end{document}

