Technical requirements
All the code examples are available at https://tikz.org/chapter-08. You can download the code from GitHub at https://github.com/PacktPublishing/LaTeX-graphics-with-TikZ/tree/main/08-decorating-paths.
In this chapter, we will use the decorations
library. Specifically, we will load the decorations.pathmorphing
, decorations.pathreplacing
, decorations.text
, decorations.markings
, decorations.shapes
, and decorations.fractals
sub-libraries.
We will see a lot of examples in this chapter. Therefore, we will often show just code snippets or single commands. To see complete examples and to run the code, you can visit this chapter’s page at TikZ.org.