rmennes / tikzedt

Automatically exported from code.google.com/p/tikzedt
0 stars 0 forks source link

slant #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When using yslant and xslant overlay is misaligned.

What steps will reproduce the problem?
Insert into TE:

\begin{tikzpicture}
\begin{scope}[every node/.append style={yslant=-0.5, xslant=0.5},yslant=-0.5, 
xslant=0.5]
  \node at (0.5,2.5) {9};
  \node at (1.5,2.5) {7};
  \node at (2.5,2.5) {1};
  \node at (0.5,1.5) {2};
  \node at (1.5,1.5) {4};
  \node at (2.5,1.5) {8};
  \node at (0.5,0.5) {5};
  \node at (1.5,0.5) {3};
  \node at (2.5,0.5) {6};
  \draw (0,0) grid (3,3);
\end{scope}
\end{tikzpicture}

What version of the product are you using?
TE 0.2

Original issue reported on code.google.com by NotDiffi...@googlemail.com on 29 Nov 2011 at 10:26

GoogleCodeExporter commented 8 years ago

Original comment by t.willwa...@gmail.com on 3 Dec 2011 at 12:51

GoogleCodeExporter commented 8 years ago
I added support for xslant and yslant and an appropriate test case.

Original comment by t.willwa...@gmail.com on 7 Jan 2012 at 10:27