mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Small hack for the lightbulb, needs to be fixed properly later
This commit is contained in:
parent
3adaf8e325
commit
f1996f8479
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ class Lightbulb(SVGMobject):
|
||||||
|
|
||||||
def __init__(self, **kwargs):
|
def __init__(self, **kwargs):
|
||||||
super().__init__("lightbulb", **kwargs)
|
super().__init__("lightbulb", **kwargs)
|
||||||
|
self.insert_n_curves(25)
|
||||||
|
|
||||||
|
|
||||||
class Speedometer(VMobject):
|
class Speedometer(VMobject):
|
||||||
|
|
Loading…
Add table
Reference in a new issue