jsx-no-react icon indicating copy to clipboard operation
jsx-no-react copied to clipboard

SVG rendering is buggy

Open bitboxer opened this issue 5 years ago • 0 comments

The svg rendering I added in the last version does not apply the namespace to all children when appending it. This breaks the rendering on some browsers.

To fix this every child node of a svg element that is added needs to be in the SVG namespace.

bitboxer avatar Jul 25 '20 08:07 bitboxer