From 8f3f804990387607b7e52b5550ebce52e36aa619 Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Sun, 19 Apr 2020 18:15:26 +0100 Subject: add path as background --- tex/logo.tikzstyles | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tex') diff --git a/tex/logo.tikzstyles b/tex/logo.tikzstyles index 3419ee3..1103b0b 100644 --- a/tex/logo.tikzstyles +++ b/tex/logo.tikzstyles @@ -4,9 +4,12 @@ % \tikzstyle{NAME}=[PROPERTY LIST] % Node styles -\tikzstyle{test}=[fill=none, draw=black, shape=circle] +\tikzstyle{white dot}=[fill=white, draw=black, shape=circle] % Edge styles \tikzstyle{bg}=[-, line width=0.5mm, fill={rgb,255: red,217; green,217; blue,217}] \tikzstyle{fg}=[-, fill=black] \tikzstyle{dir}=[->] +\tikzstyle{region A}=[-, draw=none, fill={rgb,255: red,255; green,160; blue,162}, opacity=0.8] +\tikzstyle{region B}=[-, draw=none, fill={rgb,255: red,190; green,185; blue,255}, opacity=0.8] +\tikzstyle{region C}=[-, fill={rgb,255: red,179; green,255; blue,192}, draw=none, opacity=0.8] -- cgit v1.2.3