mirror of
https://github.com/3b1b/manim.git
synced 2025-08-21 05:44:04 +00:00
Make BackgroundRectangle stroke_opacity 0
This commit is contained in:
parent
ee04922400
commit
876f2c3419
2 changed files with 2 additions and 1 deletions
|
@ -25,6 +25,7 @@ class BackgroundRectangle(SurroundingRectangle):
|
|||
CONFIG = {
|
||||
"color": BLACK,
|
||||
"stroke_width": 0,
|
||||
"stroke_opacity": 0,
|
||||
"fill_opacity": 0.75,
|
||||
"buff": 0
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue