Added tikz thick arrow

This commit is contained in:
Lukas Pietzschmann
2022-12-22 01:35:32 +01:00
parent 57eb031a91
commit 1eb2b7da5e

View File

@@ -57,7 +57,7 @@
}
\RequirePackage{tikz}
\usetikzlibrary{shapes.geometric, arrows, arrows.meta, shapes, automata, positioning, positioning, fit, calc, fadings, overlay-beamer-styles}
\usetikzlibrary{shapes.geometric, arrows, arrows.meta, shapes, automata, positioning, positioning, fit, calc, fadings, overlay-beamer-styles, decorations.markings}
\tikzstyle{every picture}+=[remember picture]
\tikzstyle{inline} = [shape=rectangle,inner sep=0pt,text depth=0pt]
\tikzstyle{squarenode} = [rectangle, draw=black, line width=0.6pt, minimum size=5mm]
@@ -65,6 +65,15 @@
\tikzstyle{roundnode} = [squarenode, circle]
\tikzstyle{arrow} = [thick,->,>=stealth]
\tikzstyle{textarrow} = [awesomegray,shorten >=1mm,shorten <=1mm,thick,->,-{Kite[open]}]
\tikzstyle{thickarrow} = [
thick,
decoration={markings, mark=at position 1 with {\arrow[scale=2]{open triangle 60}}},
double distance=5pt,
shorten >= 13pt,
preaction = {decorate},
postaction = {draw, line width=5pt, white, shorten >= 7pt}
]
\tikzset{
node distance = 5mm,
invisible/.style={opacity=0},