Firefox ESR 68 doesn't support rem units in an svg's dimensions. Workarounds?
问题 Update: This is a missing feature, and is being worked on: https://bugzilla.mozilla.org/show_bug.cgi?id=1287054 I have this svg icon on my web portfolio (the Tor Project icon), which is at https://dougsilva.me/. If you open this page on Firefox ESR 68, it will ignore rem values in the width and height of the svg, making the icon have an inconsistent size compared to the other icons from FontAwesome. Its size will be nearly doubled. <svg id="torproject_icon" width="5.5rem" height="5.5rem"