diff --git a/src/core/Polyfill.ts b/src/core/Polyfill.ts index 42b3458..792207a 100644 --- a/src/core/Polyfill.ts +++ b/src/core/Polyfill.ts @@ -15,7 +15,7 @@ export default class Polyfill { }; private defaults: Options = { - target: 'svg use', + target: 'svg use[href], svg use[xlink\\:href]', context: window.document.body || window.document.documentElement, root: window.document.body || window.document.documentElement, run: true,