SVG files with stop-opacity inside a stop are not rendering correctly. EG:
<linearGradient> <stop stop-color="#3f2600" stop-opacity="0.6" offset="0" /> <stop stop-color="#3f2600" stop-opacity="0" offset="1" /> </linearGradient>
Will render a uniform opacity of 0.6

So, something like the Tux SVG above renders like this:
