Is there a way to make gradient references become inline instead of have a hash reference to a definition?
I'm having some issues with compatibility in browsers sometimes and this is one way I can solve them.
ย
AN option to move the definitions might help with compatibility as well. It appears Chrome/Firefox do not like items defined within another symbol.
Linked gradients are pretty standard.ย https://www.w3.org/TR/SVG11/linking.html#IRIformsย
Browsers should handle gradients easily, Got an svg example of an issue to share?
Actually, i looks like symbols are bolloxed.ย I'd consider hiding a clone instead of using symbols.
Is there a way to make gradient references become inline instead of have a hash reference to a definition?
I'm having some issues with compatibility in browsers sometimes and this is one way I can solve them.
ย
AN option to move the definitions might help with compatibility as well. It appears Chrome/Firefox do not like items defined within another symbol.
Linked gradients are pretty standard.ย https://www.w3.org/TR/SVG11/linking.html#IRIformsย
Browsers should handle gradients easily, Got an svg example of an issue to share?
Actually, i looks like symbols are bolloxed.ย I'd consider hiding a clone instead of using symbols.