Skip to content

Commit eef7db1

Browse files
authored
Merge pull request #306 from torchbox/fix/animation-glitch
fix glitch with animation of wagtail bird's head
2 parents d274472 + c43010d commit eef7db1

File tree

1 file changed

+1
-1
lines changed
  • tbx/project_styleguide/templates/patterns/atoms/sprites

1 file changed

+1
-1
lines changed

tbx/project_styleguide/templates/patterns/atoms/sprites/sprites.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113

114114
{# for animated wagtail icon - head outline #}
115115
<symbol id="wagtail-head-outline" viewBox="0 0 80 80">
116-
<g style="mix-blend-mode:screen">
116+
<g>
117117
<path d="M49.637 15.035l2.584-4.586C36.2 1.539 25.304 11.977 21.858 18.31L7 43.86v28.826h49.743c7.106-16.378 5.168-26.86-3.23-34.067-6.719-5.765-16.581-5.022-20.673-3.93-1.938-1.529-3.386-8.69 0-14.413 4.652-7.862 13.136-6.77 16.797-5.241z" stroke="var(--color--accent-three)" stroke-width="2" stroke-linejoin="round" fill="none"/>
118118
<ellipse cx="53.513" cy="24.035" rx="2.584" ry="2.621" fill="var(--color--white)"/>
119119
</g>

0 commit comments

Comments
 (0)