Skip to content

Commit

Permalink
incorporated tallmarmots suggestion of issue #848
Browse files Browse the repository at this point in the history
  • Loading branch information
Mo-Gul committed Apr 24, 2020
1 parent eb2744e commit e6e91c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/generic/pgf/text-en/pgfmanual-en-library-mindmaps.tex
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,8 @@ \subsubsection{Tree Edges}
command, the color will change from the parent's concept color to the specified
color.

Here is an example of a tree built in this way:
Let us now build a tree that way. Please note that we pass the |concept color|
to the respective |child| and note to a |node| under it.
%
\begin{codeexample}[preamble={\usetikzlibrary{mindmap}}]
\begin{tikzpicture}
Expand All @@ -474,6 +475,7 @@ \subsubsection{Tree Edges}
child { node[concept] {pro\-gramming languages} }
child { node[concept] {software engineer\-ing} }
}
% note that the `concept color' is passed to the `child'(!)
child[concept color=blue] {
node[concept] {applied}
[clockwise from=-30]
Expand Down

0 comments on commit e6e91c4

Please sign in to comment.