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

Different SVG files with the same ID #47

Open
noyearzero opened this issue Nov 16, 2018 · 2 comments
Open

Different SVG files with the same ID #47

noyearzero opened this issue Nov 16, 2018 · 2 comments

Comments

@noyearzero
Copy link

I'm using the glyphicons library and each svg file has the root element with the viewBox's ID always id="glyphicons-basic" .... so the below shows two of the same image:

<svg class="..."><use xlink:href="call.svg#glyphicons-basic"></svg>
<svg class="..."><use xlink:href="database.svg#glyphicons-basic"></svg>
@rajakvk
Copy link

rajakvk commented Nov 23, 2018

Facing almost similar issue.
Im seeing always same image for all tags.

@ZMYaro
Copy link

ZMYaro commented Nov 25, 2021

I am not sure whether this library is still maintained, but this is a problem for me as well, exactly as OP described.

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

No branches or pull requests

3 participants