jonathantneal / svg4everybody

Use external SVG spritemaps today
https://jonneal.dev/svg4everybody/
Other
3.29k stars 353 forks source link

Added support for custom document element #163

Closed PatrikElfstrom closed 2 years ago

PatrikElfstrom commented 7 years ago

I needed to be able to run svg4everybody on a with a custom document element.

var iframeDocument = document.getElementById('iframe').contentDocument;

svg4everybody({
    document: iframeDocument
});
PatrikElfstrom commented 4 years ago

Thanks, I have fixed the merge conflicts.