Small hack for the lightbulb, needs to be fixed properly later

This commit is contained in:
Grant Sanderson 2021-12-21 10:58:33 -08:00
parent 3adaf8e325
commit f1996f8479

View file

@ -50,6 +50,7 @@ class Lightbulb(SVGMobject):
def __init__(self, **kwargs):
super().__init__("lightbulb", **kwargs)
self.insert_n_curves(25)
class Speedometer(VMobject):