-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Labels
enhancementAdditions and improvements in generalAdditions and improvements in generalneeds discussionThings which needs to be discussed before implemented.Things which needs to be discussed before implemented.
Description
Enhancement proposal
Currently fill_opacity for VMobject
defaults to 0 which makes sense, but it doesn't make sense for it to remain 0 when the user sets the fill, as fill then doesn't really have any effect:
class Example(Scene):
def construct(self):
rect = Rectangle(fill_color=GREEN)
self.add(rect)
I propose that when fill is set opacity should then default to 1 as in the absence of fill_opacity passed by the user it is most likely what they would expect to happen.
Additional comments
hydrobeam and alembcke
Metadata
Metadata
Assignees
Labels
enhancementAdditions and improvements in generalAdditions and improvements in generalneeds discussionThings which needs to be discussed before implemented.Things which needs to be discussed before implemented.
Type
Projects
Status
🆕 New