fixed rendering issues

This commit is contained in:
CDaut 2023-09-23 11:55:19 +02:00
parent cc95cc97a1
commit 51db4f11b6
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@
} }
\node[inner sep=1pt,circle,draw,fill,label={\p:\l}] at (\x:5) {}; \node[inner sep=1pt,circle,draw,fill,label={\p:\l}] at (\x:5) {};
\fill[color = blue!25] \fill[color = blue, opacity = 0.25] (0:5)
\foreach \x/\R in {60/0,120/2.5,180/1,240/5,300/0,360/5} { \foreach \x/\R in {60/0,120/2.5,180/1,240/5,300/0,360/5} {
-- (\x:\R) -- (\x:\R)
}; };

View file

@ -18,7 +18,7 @@
} }
\node[inner sep=1pt,circle,draw,fill,label={\p:\l}] at (\x:5) {}; \node[inner sep=1pt,circle,draw,fill,label={\p:\l}] at (\x:5) {};
\fill[color = blue!25] \fill[color = blue, opacity = 0.25] (0:1)
\foreach \x/\R in {60/1,120/0,180/5.5,240/2,300/3.5,360/1} { \foreach \x/\R in {60/1,120/0,180/5.5,240/2,300/3.5,360/1} {
-- (\x:\R) -- (\x:\R)
}; };

View file

@ -17,7 +17,7 @@
} }
\node[inner sep=1pt,circle,draw,fill,label={\p:\l}] at (\x:5) {}; \node[inner sep=1pt,circle,draw,fill,label={\p:\l}] at (\x:5) {};
\fill[color = blue!25] \fill[color = blue, opacity = 0.25] (0:3)
\foreach \x/\R in {60/0,120/0,180/5.5,240/7,300/4,360/3} { \foreach \x/\R in {60/0,120/0,180/5.5,240/7,300/4,360/3} {
-- (\x:\R) -- (\x:\R)
}; };