blob: c9eb9935743654a7a29af88297082284ec832671 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="red">
<content>
<children/>
<!-- gradient reference should fail, fill should fall back to black -->
<rect xmlns="http://www.w3.org/2000/svg"
width="100%" height="100%" fill="url(#grad)"/>
</content>
</binding>
</bindings>
|