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: update xmlns placement #1433

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

Conversation

blakegearin
Copy link

@blakegearin blakegearin commented Feb 9, 2025

Summary

  • Updated xmlns="http://www.w3.org/2000/svg" to be the first attribute for every SVG file, verified via regex: <svg(?!\sxmlns)

  • Removed instances of id="icons" and id="Layer_1" data-name="Layer 1"

Screenshots

  • Before - missing icons, invalid ionicons.symbols.svg

    image

  • After - all icons present, valid ionicons.symbols.svg

    image

Notes

Fixes: #1432

@blakegearin blakegearin marked this pull request as ready for review February 9, 2025 20:37
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.

bug: ionicons.symbols.svg is broken
1 participant