mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Fix logo
This commit is contained in:
parent
a6dd906983
commit
9b5de02756
1 changed files with 1 additions and 1 deletions
|
@ -776,8 +776,8 @@ class Logo(VMobject):
|
||||||
fill_opacity=1,
|
fill_opacity=1,
|
||||||
stroke_width=0,
|
stroke_width=0,
|
||||||
sheen=0.0,
|
sheen=0.0,
|
||||||
start_angle=90 * DEGREES,
|
|
||||||
)
|
)
|
||||||
|
self.pupil.rotate(90 * DEGREES)
|
||||||
self.add(self.pupil)
|
self.add(self.pupil)
|
||||||
|
|
||||||
def cut_pupil(self):
|
def cut_pupil(self):
|
||||||
|
|
Loading…
Add table
Reference in a new issue