diff --git a/ts/output/svg.ts b/ts/output/svg.ts index 38a01a075..712662ecb 100644 --- a/ts/output/svg.ts +++ b/ts/output/svg.ts @@ -220,7 +220,6 @@ CommonOutputJax, SVGWrapperFactory, SVGFon // const adaptor = this.adaptor; const svg = adaptor.append(this.container, this.svg('svg', { - xmlns: SVGNS, width: this.ex(W), height: this.ex(h + d), role: 'img', focusable: false, style: {'vertical-align': this.ex(-d)},