Hello all,
I'd like to know why the coordinate transformation matrix (cm) has no
effect on arrows. I need to use \pgflowlevelsynccm to have an effect on
them. Is there a workaround like [transform shape] for nodes?
Thanks in advance
\documentclass{minimal}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}[>=latex]
\draw[->] (0,0) -- (1,1);
\begin{scope}[cm={cos(30),sin(30),cos(70),sin(70),(0,0)}]
\draw[->,red] (0,0) -- (1,1);
\end{scope}
\begin{pgfscope}
\tikzset{cm={cos(30),sin(30),cos(70),sin(70),(0,0)}}
\pgflowlevelsynccm
\draw[->,green] (0,0) -- (1,1);
\end{pgfscope}
\end{tikzpicture}
\end{document}
--
Christophe
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.
http://p.sf.net/sfu/bobj-july_______________________________________________
pgf-users mailing list
pgf-users@...
https://lists.sourceforge.net/lists/listinfo/pgf-users