jsdom: SVGElement is not implemented

Hi, I’m new with using jsdom and I did not find an answer in the documentation. In a old example from 2014 someone used this code to support svg features: doc.implementation.addFeature( 'http://www.w3.org/TR/SVG11/feature#BasicStructure', '1.1' ) In the latest versions of jsdom this does not work because addFeature is not a function. Is there a way to enable SVG 1.1?

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Reactions: 6
  • Comments: 18 (7 by maintainers)

Commits related to this issue

Most upvoted comments

I’m interested in helping out here if I can. What is the status of https://github.com/tmpvar/jsdom/pull/1445?