Make BackgroundRectangle stroke_opacity 0

This commit is contained in:
Grant Sanderson 2019-03-24 11:34:07 -07:00
parent ee04922400
commit 876f2c3419
2 changed files with 2 additions and 1 deletions

View file

@ -25,6 +25,7 @@ class BackgroundRectangle(SurroundingRectangle):
CONFIG = {
"color": BLACK,
"stroke_width": 0,
"stroke_opacity": 0,
"fill_opacity": 0.75,
"buff": 0
}