Skip to content

Commit

Permalink
Reset transformation in grow cyclic pgf-tikz#770
Browse files Browse the repository at this point in the history
  • Loading branch information
hmenke committed Nov 8, 2019
1 parent 334e32e commit 3c909b7
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,12 @@
% Circle grow
%

\tikzset{grow cyclic/.style={growth function=\tikz@grow@circle}}%
\tikzset{
grow cyclic/.style={
edge from parent/.append style={reset cm},
growth function=\tikz@grow@circle,
}
}%

\tikzset{sibling angle/.initial=20}%

Expand Down

0 comments on commit 3c909b7

Please sign in to comment.