rmennes / tikzedt

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

arc operation does not seem to work #17

Closed GoogleCodeExporter closed 8 years ago

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

cf. TikZ manual (v.2.10), page 144, Section 14.8 The Arc Operation, first 
example, middle

What is the expected output? What do you see instead?

expected output is a closed piece of a pie, instead only the first part of the 
three-part-path is displayed

Original issue reported on code.google.com by markus.b...@gmail.com on 26 Aug 2011 at 9:12

GoogleCodeExporter commented 8 years ago
disregard - overlooked the global definition of the radius for the entire 
tikzpicture

\begin{tikzpicture}[radius=1cm]

sorry for the confusion. I was not able to delete the posted issue myself...

Original comment by markus.b...@gmail.com on 26 Aug 2011 at 9:26

GoogleCodeExporter commented 8 years ago

Original comment by t.willwa...@gmail.com on 30 Aug 2011 at 2:18