Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: emoji icon css fill support #504

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jpaoad31
Copy link

@jpaoad31 jpaoad31 commented Jan 18, 2025

Reorder <path> elements such that fill: [color] fills icons without unintentionally hiding strokes. Except for emoji-talking-angry.svg, where the single <path> element was split into 2 elements so that fill applied inside the mouth part of the icon.

Image shows all modified icons with fill: #93c5fd; applied. First is original icon, followed by modified icon.

Screenshot 2025-01-17 at 9 17 30 PM

Reorder `<path>` elements such that `fill: [color]` fills icons without unintentionally hiding strokes. Except for `emoji-talking-angry.svg`, where the single `<path>` element was split into 2 elements so that fill applied inside the mouth part of the icon.
@jpaoad31
Copy link
Author

@lucaburgio Lemme know if I need to make these changes somewhere else or in a different way for them to be useful, I would love to contribute!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant