Without javascript or another CSS, is it possible to change the background color (attribute style) of a SVG ?
This below has no effect :
<svg xmlns="http://www.w3.org/2000/svg"
style="stroke:black;fill:black;font-size:18;background-color:orange"
width="500"
height="250"
viewBox="0 0 500 250"
version="1.0" >
<set attributeName="style" attributeType="XML" begin="1s" dur="3s" to="background-color:crimson"/>
</svg>