mirror of
https://github.com/servo/servo.git
synced 2025-07-10 08:53:41 +01:00
18 lines
No EOL
834 B
HTML
18 lines
No EOL
834 B
HTML
<!DOCTYPE html>
|
|
<html><head>
|
|
<title>CSS Compositing and Blending: mix-blend-mode in an SVG linked as an image</title>
|
|
<link U00022="" href="mailto:cabanier@adobe.com" rel="author" title="Rik Cabanier">
|
|
<link href="https://drafts.fxtf.org/compositing-1/#isolation" rel="help">
|
|
<link href="mailto:dschulze@adobe.com" rel="reviewer" title="Dirk Schulze">
|
|
<link href="https://drafts.fxtf.org/compositing-1/#csscompositingrules_SVG" rel="help">
|
|
<link href="https://drafts.fxtf.org/compositing-1/#mix-blend-mode" rel="help">
|
|
<meta content="svg" name="flags">
|
|
<link href="reference/mix-blend-mode-svg-rectangle-ref.htm" rel="match">
|
|
</head>
|
|
<body>
|
|
<p>There should be a green rectangle on the screen. <br>
|
|
Test passes if you see a green rectangle.</p>
|
|
<img src="support/green_square_blending.svg">
|
|
|
|
|
|
</body></html> |