Skip to content

Commit

Permalink
Playing wiht logo
Browse files Browse the repository at this point in the history
  • Loading branch information
3b1b committed Jan 12, 2020
1 parent ada09f1 commit 0f71b0a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions manimlib/mobject/svg/drawings.py
Original file line number Diff line number Diff line change
Expand Up @@ -708,9 +708,10 @@ def add_spikes(self):
endpoint=False,
)
radii[:2] = radii[1::-1] # Swap first two
radii[-1] = interpolate(
radii[-1], self.pupil_radius, 0.25
)
if self.n_spike_layers > 2:
radii[-1] = interpolate(
radii[-1], self.pupil_radius, 0.25
)

for radius in radii:
tip_angle = self.spike_angle
Expand Down

0 comments on commit 0f71b0a

Please sign in to comment.