mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 13:45:27 +00:00
192f557403
Filetypes changed: .cpp .gif .h .html .list .png .svg .x-ccmap .xbl .xhtml .xul
14 lines
385 B
Plaintext
14 lines
385 B
Plaintext
<bindings xmlns="http://www.mozilla.org/xbl">
|
|
<binding id="lime">
|
|
<content>
|
|
<children/>
|
|
<g xmlns="http://www.w3.org/2000/svg">
|
|
<linearGradient id="grad" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="lime"/>
|
|
</linearGradient>
|
|
<rect width="100%" height="100%" fill="url(#grad)"/>
|
|
</g>
|
|
</content>
|
|
</binding>
|
|
</bindings>
|