I use Inkscape to convert an SVG to pdf latex, after the conversion I want to scale the image so it matches the second image. But the text does not scale accordingly to the boxes. I use the following code to render the first image. Does anyone know how I can scale the boxes and the text, so it matches the second image?
\usepackage{svg}
\begin{figure}[ht]
\centering
\includesvg[width=0.7\textwidth]{someimage}
\caption{foo}
\label{bar}
\end{figure}


\fontsize{8}{10}\selectfont– samcarter_is_at_topanswers.xyz Sep 11 '17 at 08:21\includegraphicsinside a\scalebox? – Harald Hanche-Olsen Sep 11 '17 at 08:30