mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
d8f261d414
commit
95f97b7dc6
1 changed files with 6 additions and 1 deletions
|
|
@ -33,7 +33,12 @@ if __name__ == "__main__":
|
|||
(0, 0, -0.5)
|
||||
)
|
||||
vm3 = ManimBanner().set_opacity(0.5)
|
||||
vm4 = Circle(0.5,col.GREEN).set_opacity(0.6).shift(OUT).set_fill(col.BLUE, opacity=0.2)
|
||||
vm4 = (
|
||||
Circle(0.5, col.GREEN)
|
||||
.set_opacity(0.6)
|
||||
.shift(OUT)
|
||||
.set_fill(col.BLUE, opacity=0.2)
|
||||
)
|
||||
# vm.set_points_as_corners([[-1920/2, 0, 0], [1920/2, 0, 0], [0, 1080/2, 0]])
|
||||
# print(vm.color)
|
||||
# print(vm.fill_color)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue