rmennes / tikzedt

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

\draw arc + options causes RewriteEarlyExitException #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
\begin{tikzpicture}
\draw (0,0) arc[radius=1cm,start angle=90, delta angle=-90];
\end{tikzpicture}

What is the expected output?
Show overlay coordinate (0,0).

What do you see instead?
Couldn't parse code. Antlr.Runtime.Tree.RewriteEarlyExitException:

Original issue reported on code.google.com by notdiffi...@gmx.net on 13 Mar 2011 at 7:29

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

Original comment by notdiffi...@gmx.net on 18 Jun 2011 at 2:01