tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

chrome-bug-1238412.html (627B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1238412">
      4 <div style="columns:2; column-fill:auto; height:60px;">
      5  <svg viewBox="0 0 480 360">
      6    <g>
      7      <defs>
      8        <path id="Red100" d="M 0 0 L 0 150 L 150 0 z"></path>
      9        <filter id="xor" x="0" y="0" width="1" height="1">
     10          <feImage href="#Red100" result="red"></feImage>
     11        </filter>
     12      </defs>
     13      <g>
     14        <rect x="0" y="0" width="150" height="150" filter="url(#xor)"></rect>
     15      </g>
     16    </g>
     17  </svg>
     18 </div>