fixed rendering issues
This commit is contained in:
parent
cc95cc97a1
commit
51db4f11b6
3 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue