mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 12:32:36 +08:00
Fix logo
This commit is contained in:
@ -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):
|
||||||
|
Reference in New Issue
Block a user