snabbdom-pragma
snabbdom-pragma copied to clipboard
'animate', 'animateTransform' are SVG elements
Hi,
animate and animateTransform need to be identified as SVG elements.
Will be done soon. With all SVG elements.
Source : https://developer.mozilla.org/en/docs/Web/SVG/Element
Hi @Swizz
updating this up too for <use> as it's also SVG elements,
since lately it's been widely used to retrieve SVG sprites.
I tried adding use in the whitelisted svg element on your dist/index.js and it works.
Reference: https://www.npmjs.com/package/react-svg-use
Anything preventing #35 from being merged?
I would very much appreciate better SVG support. Current implementation is missing a lot of important elements such as <clipPath>, <textPath>, <feBlend>, etc.