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
Original issue reported on code.google.com by
notdiffi...@gmx.net
on 2 Dec 2011 at 4:33