3b1b / manim

Animation engine for explanatory math videos
MIT License
62.64k stars 5.81k forks source link

remove include_background_rectangle #2108

Closed kubanemil closed 4 months ago

kubanemil commented 6 months ago

Motivation

When running manimgl example_scenes.py OpeningManimExample I noticed: there is no include_background_rectangle argument in IntegerMatrix class, so I removed it. Otherwise, it will raise an error.

Proposed changes

IntegerMatrix(matrix, include_background_rectangle=True) --> IntegerMatrix(matrix)

Test

Launched manimgl example_scenes.py OpeningManimExample. No errors.