How can I resize a pgf image, but keep the text in the image the same size?
I can't use \resizebox because this also resizes the text.
I understand that I can use the following in my pgf file:
Code: Select all
\begin{tikzpicture}[scale=2]
Thank you!
Code: Select all
\begin{tikzpicture}[scale=2]
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\newcommand{\cmsperinch}{2.54}
\begin{tikzpicture}[scale=\cmsperinch*4/3]
\path[use as bounding box, draw] (2,2) rectangle (5,7);
\draw (3,3) -- (4.5,6);
\end{tikzpicture}
NEW: TikZ book now 40% off at Amazon.com for a short time.