vector-effect="non-scaling-stroke" should allow a stroke to be a set size and not scale with the SVG. This was working but stopped working with the release of v127.
https://www.w3.org/TR/SVG/painting.html#non-scaling-strokea user agent establishes a host coordinate space which in SVG Tiny 1.2 is always the same as "screen coordinate space"Previously Firefox interpreted this as meaning that nested SVG's had no ef...
Steps to recreate the issue:Create these 2 HTML files and open them both in Firefox 127.Notice the second HTML file has a nested SVG tag and that this has an effect on the thickness of the stroke despite being set as non-scaling.<html>
<head></head>
...