Skip to content

Commit

Permalink
Tiny changes to Clock
Browse files Browse the repository at this point in the history
  • Loading branch information
3b1b committed Apr 6, 2019
1 parent 81d91da commit d5eecb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manimlib/mobject/svg/drawings.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ class Clock(VGroup):
CONFIG = {}

def __init__(self, **kwargs):
circle = Circle()
circle = Circle(color=WHITE)
ticks = []
for x in range(12):
alpha = x / 12.
Expand Down

0 comments on commit d5eecb8

Please sign in to comment.