mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Moving triples to old_projects
This commit is contained in:
parent
fde7ae167b
commit
b0c36d4b2b
1 changed files with 2 additions and 2 deletions
|
@ -3053,13 +3053,13 @@ class Thumbnail(DrawRadialLines):
|
|||
self.show_all_lines()
|
||||
|
||||
rect = Rectangle(
|
||||
height = 4.3, width = 4,
|
||||
height = 4.3, width = 4.2,
|
||||
stroke_width = 3,
|
||||
stroke_color = WHITE,
|
||||
fill_color = BLACK,
|
||||
fill_opacity = 1,
|
||||
)
|
||||
rect.to_corner(UP+RIGHT, buff = 0)
|
||||
rect.to_corner(UP+RIGHT, buff = 0.01)
|
||||
triples = VGroup(*map(TexMobject, [
|
||||
"3^2 + 4^2 = 5^2",
|
||||
"5^2 + 12^2 = 13^2",
|
Loading…
Add table
Reference in a new issue