Raw File
Blending_in_a_group_with_filter-ref.html
<!DOCTYPE html>
<html>
<head>
    <title>mix-blend-mode with isolated groups API Test: Blending in a group with filter</title>
    <link rel="author" title="windtale" href="mailto:windtale@163.com">
    <link rel="help" href="http://www.w3.org/TR/compositing-1/">
    <link rel="help" href="">
    <meta name="flags" content="dom">
    <meta name="assert" content="Blending in a group with filter">
    <style type="text/css">
        #svgMain {
            top: 100px;
            left: 100px;
            width: 200px;
            height: 200px;
			background: blue;
        }
    </style>

</head>
<body>

<svg id="svgMain">
	<rect id="redSquare" width="100" height="100" fill="red"></rect>
</svg>

</body>
</html>
back to top