Hi Christoph,
thanks for trying to support us.
I checked it right now. Transform shape works, if I use that simple example from the pgfmanual.pdf page 161 works. But if I try to implement it in my diagrams it will do nothing at all.
example works (page 161):
\tikz[scale=3] \node[transform shape] {X};
here nothing happens (my flowchart):
\begin{tikzpicture}[scale=0.1,transform shape]
%....
\end{tikzpicture}
here, too, nothing happens (my flowchart):
\begin{tikzpicture}[scale=0.1,every node/.style={transform shape}]
%....
\end{tikzpicture}
Christoph Bartoschek wrote:
Hi,
I did not check your example. But do you search the option "transform shape"?
\begin{tikzpicture}[scale=0.5, transform shape]
\node(A) {something};
\node(B) [right=of A] {else};
\end{tikzpicture}
Christoph
------------------------------------------------------------------------------
_______________________________________________
pgf-users mailing list
pgf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgf-users