I am using SVG symbols this way, but the display:none of the SVG is hidden the gradients of the graphic. Any idea?
display:none
In the example below, there should be
Instead of display: none, you can just use width="0" height="0".
display: none
width="0" height="0"