Skip to content

Instantly share code, notes, and snippets.

View k8adev's full-sized avatar
🎯
Working to change the community

Keit Oliveira k8adev

🎯
Working to change the community
View GitHub Profile
@k8adev
k8adev / svgfixer.js
Created June 17, 2016 01:23 — forked from leonderijke/svgfixer.js
Fixes references to inline SVG elements when the <base> tag is in use.
/**
* SVG Fixer
*
* Fixes references to inline SVG elements when the <base> tag is in use.
* Firefox won't display SVG icons referenced with
* `<svg><use xlink:href="#id-of-icon-def"></use></svg>` when the <base> tag is on the page.
*
* More info:
* - http://stackoverflow.com/a/18265336/796152
* - http://www.w3.org/TR/SVG/linking.html