rmennes / tikzedt

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

Parser exception: \draw let + "," #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
\begin{tikzpicture}
\draw (-2,-1) node (v1) {} -- (-4,0) node (v2) {};
\draw
  let
    \p1=($(v1.north)!0.5!(v2.south)$),
    \p2=(current bounding box.west),
    \p3=(current bounding box.east)
  in
    (\x2,\y1) -- (\x3, \y1);
\end{tikzpicture}

What is the expected output? What do you see instead?
Overlay not created due to:
Couldn't parse code. System.Exception: childt.Type not handled! 47 (",")

Please use labels and text to provide additional information.
TE 0.2

Original issue reported on code.google.com by notdiffi...@gmx.net on 2 Dec 2011 at 4:33

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r434.

Original comment by t.willwa...@gmail.com on 8 Jan 2012 at 2:47

GoogleCodeExporter commented 8 years ago
I fixed it.

Original comment by t.willwa...@gmail.com on 8 Jan 2012 at 2:48