I want to include some svg image within an equation. Until now the code looks like
\begin{equation}
\def\svcscale{1.5}
A = \includesvg{AMC/3J}
\end{equation}
But with that, the symbol is not in the middle, it looks like that:
So I want the symbol to be in the middle of the equals sign. Do you know how to shift that?

tikz-cdor something similar should be considered. – May 24 '19 at 11:28\raisebox{-0.5em}{\includesvg{AMC/3J}}or make the svg available for testing? – wun May 24 '19 at 11:30