tor-browser

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

mix-blend-mode-in-svg-image.html (828B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 	<title>CSS Compositing and Blending: mix-blend-mode in an SVG linked as an image</title>
      5 	<link rel="author" title="Rik Cabanier" href="mailto:cabanier@adobe.com"">
      6 	<link rel="help" href="https://drafts.fxtf.org/compositing-1/#isolation">
      7 	<link rel="reviewer" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
      8 	<link rel="help" href="https://drafts.fxtf.org/compositing-1/#csscompositingrules_SVG">
      9 	<link rel="help" href="https://drafts.fxtf.org/compositing-1/#mix-blend-mode">
     10 	<meta name="flags" content="svg">
     11 	<link rel="match" href="reference/mix-blend-mode-in-svg-image-ref.html">
     12 </head>
     13 <body>
     14 	<p>There should be a green rectangle on the screen. <br>
     15 	   Test passes if you see a green rectangle.</p>
     16 	<img src="support/green_square_blending.svg"/>
     17 </body>
     18 </html>