Answer the question
In order to leave comments, you need to log in
Is it possible to change the standard link in SVG (SVG sprite) from http to https?
Hello
Here, Toaster has an SVG sprite:
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" display="none" height="0" version="1.1" viewBox="0 0 1008 128" width="0">
<defs>
<symbol id="icon_1">...</symbol>
...
<symbol id="icon_n">...</symbol>
</defs>
</svg>
Answer the question
In order to leave comments, you need to log in
I think a metalink to a standard and a link to content are not the same thing. Changing http to https will not affect the "mixing" of content in any way. In short, you can change, you can not. Absolutely all the same. Example on Bitbucket in the upper left corner.
You can completely remove these links, nothing terrible will happen, this is how the SVG is prepared for size reduction. An example on Github in the upper left corner.
I would just remove the links to the standards.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question