mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 11:03:03 +08:00
Small changes to Cramer thunmbnail
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user