Is there some reason why the center anchor for circuitikz logic gates are so far from the actual center (\pgfpointorigin)? Is this just where the author liked to align his gates and was too lazy to add a new anchor and use [anchor=anchorname]?
\documentclass{standalone}
\usepackage{circuitikz}
\begin{document}
\begin{circuitikz}
\draw[red] (-1,0) -- (1,0) (0,-1) -- (0,1);
\node[american or port] (A) at (0,0) {};
\draw[green] (A.south west) rectangle (A.north east);
\end{circuitikz}
\end{document}


pgfcirctripoles.texline 182. I find no reason. – Symbol 1 Jun 02 '17 at 14:21