New answers tagged decorations
4
Thanks for the links to the related question. By studying these really nice solutions I could modify my figure. The result is not as sophisticated as the other solutions but much shorter. Thus, I thought I share it with you.
\documentclass[tikz]{standalone}
\usepackage{tikz}
\usetikzlibrary{shadings, calc, decorations.pathmorphing}
\begin{document}
...
2
The connection node is meant to be connecting so first a path is drawn to the west anchor and then path is continued. Anchoring the connection nodes again is innocent enough to hide those zero length paths.
\documentclass{article}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{tikz}
\usetikzlibrary{decorations.markings}
...
6
Generally, for these purposes it is necessary to use the so called late options (see 16.14 Late Code and Late Options on the pgfmanual). This is a proof of concept exploiting append after command:
\documentclass[border=10pt,tikz,png]{standalone}
\usepackage{tikz}
\usetikzlibrary{decorations.pathmorphing}
\tikzset{block/.style={draw,rounded ...
Top 50 recent answers are included