mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
25 lines
307 B
XML
25 lines
307 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||
|
|
||
|
<script>
|
||
|
|
||
|
|
||
|
function init()
|
||
|
{
|
||
|
x = document.getElementsByTagName("stop");
|
||
|
x[0].appendChild(x[1]);
|
||
|
}
|
||
|
|
||
|
|
||
|
window.addEventListener("load", init, false);
|
||
|
|
||
|
</script>
|
||
|
|
||
|
<radialGradient>
|
||
|
<stop/>
|
||
|
<stop/>
|
||
|
</radialGradient>
|
||
|
|
||
|
</svg>
|