mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +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):
|
||||
super().__init__("lightbulb", **kwargs)
|
||||
self.insert_n_curves(25)
|
||||
|
||||
|
||||
class Speedometer(VMobject):
|
||||
|
|
Loading…
Add table
Reference in a new issue