Coordinate tranformation matrix and arrows

View: New views
1 Messages — Rating Filter:   Alert me  

Coordinate tranformation matrix and arrows

by Christophe Jorssen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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