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

Clean up icon <defs> and <use> usages #1989

Closed
cchaos opened this issue Jun 3, 2019 · 1 comment · Fixed by #2169
Closed

Clean up icon <defs> and <use> usages #1989

cchaos opened this issue Jun 3, 2019 · 1 comment · Fixed by #2169

Comments

@cchaos
Copy link
Contributor

cchaos commented Jun 3, 2019

Theres no need for individual SVG's to use this pattern as it just creates issues like #1985 and more calculation for the SVG to do. It also creates some unnecessary generic id names that can cause duplicate id's to occur on the same page.

Screen Shot 2019-06-03 at 11 13 18 AM

@cchaos
Copy link
Contributor Author

cchaos commented Jun 14, 2019

Clarification:

<defs> and <use> should be removed, not added 🥂

mdefazio added a commit to mdefazio/eui that referenced this issue Jul 24, 2019
mdefazio added a commit to mdefazio/eui that referenced this issue Jul 25, 2019
snide pushed a commit to snide/eui that referenced this issue Jul 25, 2019
mdefazio added a commit to mdefazio/eui that referenced this issue Jul 25, 2019
mdefazio added a commit that referenced this issue Jul 29, 2019
* Fix #1989

* Update CHANGELOG

* Update icons to remove extra ids and defs
thompsongl pushed a commit to thompsongl/eui that referenced this issue Sep 10, 2019
* Fix elastic#1989

* Update CHANGELOG

* Update icons to remove extra ids and defs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants