tor-browser

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

blending-svg-root.html (390B)


      1 <!DOCTYPE html>
      2 <title>'mix-blend-mode' for &lt;svg&gt;</title>
      3 <link rel="help" href="https://www.w3.org/TR/SVG2/render.html#PaintersModel">
      4 <link rel="match"  href="blending-svg-root-ref.html">
      5 <div style="background: green">
      6  <div>Expected: a black square on green background.</div>
      7  <svg style="mix-blend-mode: multiply; width: 200px; height: 200px; background: red">
      8  </svg>
      9 </div>