<?xml version="1.0"?>
<bindings
  xmlns="http://www.mozilla.org/xbl"
  xmlns:xbl="http://www.mozilla.org/xbl"
  xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  <binding id="simple-svg">
    <content>
      <xul:image src="http://www.dataphysics.com/about/history/images/military_icon.gif"/>
    </content>
  </binding>
  
  <binding id="colorswatch">
    <content orient="horizonal" align="center">
      <svg xbl:inherits="width,height" width="32" height="28" viewBox="0 0 100 100"
        xmlns="http://www.w3.org/2000/svg" version="1.1">
        <rect x="0" y="0" width="100" height="100" xbl:inherits="fill=value" stroke="none"/>
      </svg>
      <children/>
    </content>
  </binding>

</bindings>