mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Small changes to Cramer thunmbnail
This commit is contained in:
parent
8f73a652ab
commit
beee6af194
1 changed files with 2 additions and 1 deletions
|
@ -2268,7 +2268,8 @@ class Thumbnail(TransformingAreasYCoord, MovingCameraScene):
|
|||
ip = self.get_input_parallelogram(vect)
|
||||
self.add_transformable_mobject(ip)
|
||||
self.apply_transposed_matrix([[2, -0.5], [1, 2]])
|
||||
# self.square.set_fill(YELLOW, 0.7)
|
||||
self.square.set_fill(opacity=0.7)
|
||||
self.square.set_sheen(0.75, UR)
|
||||
self.camera_frame.shift(UP)
|
||||
|
||||
words = TextMobject("Cramer's", "rule")
|
||||
|
|
Loading…
Add table
Reference in a new issue