-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
Description
Version
3.1.10
Details
The macro \pgfdecoratepath{⟨name⟩}{⟨path commands⟩}
says in the documentation that is equivalent to the following:
\pgfdecorate{{name}{\pgfdecoratedpathlength}
{\pgfdecoratebeforecode}{\pgfdecorateaftercode}
// the path commands.
\endpgfdecorate
However, I could not find \pgfdecorate
or \endpgfdecorate
. From just trying out things, it seems to me that this should refer to \pgfdecoration
and \endpgfdecoration
instead. If this is not the case, it would be nice to know what \pgfdecorate
and \endpgfdecorate
is.
BTW: I this was opened first in DominikPeters/tikz.dev-issues#47 but I got referred to this repository.