New answers tagged svg
0
Mathematica does not put information about width and height into <svg> tag, but the first group contains a filled rectangle (<rect fill ...>) that does have width and height.
You may extract width and height attributes from that <rect> and assign them to the root <svg> element.
Top 50 recent answers are included