I am trying to implement a web page with a svg tag using a css fill property as such
fill: url(#liner-gradient)
The svg appears fine in Chrome and Edge but not in Firefox. Specifically the fill color in Firefox is incorrect.
When I look at the css selector in developer tools it appears that Firefox cannot does not understand what to do.
I found this Stack Overflow post where the poster seems to have the same issue.
The suggested resolution does not work for me.
I do not see anything listed for this issue on bugzilla.
Is there are a workaround on Firefox for this?