Fixes
- In some versions of
jsdom
(such as the one that ships increate-react-app
theSVGElement
constructor does not exist. Running the checkel instanceof SVGElement
would cause an exception. We are now more defensive in our usage of theSVGElement
constructor #641