Source code

Revision control

Copy as Markdown

Other Tools

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/testing/web-platform/tests/svg/render/reftests/blending-002-ref.svg
<svg id="svg-root"
width="100%" height="100%" viewBox="0 0 480 360"
<g id="testmeta">
<title>'mix-blend-mode' with 'isolation'</title>
<html:link rel="author"
title="Tavmjong Bah"
</g>
<g id="test-body-content">
<g>
<rect x="120" y="80" width="160" height="160" fill="red"/>
<rect x="200" y="80" width="160" height="160" fill="lime"/>
<rect x="160" y="160" width="160" height="160" fill="blue"/>
<rect x="200" y="160" width="80" height="80" fill="#00ffff"/>
<rect x="200" y="80" width="80" height="80" fill="#00ff00"/>
<rect x="160" y="160" width="40" height="80" fill="#0000ff"/>
<rect x="280" y="160" width="40" height="80" fill="#00ffff"/>
</g>
<!-- Stroke to prevent aliasing from effecting results. -->
<g style="fill:none;stroke:black;stroke-width:2px">
<rect x="120" y="80" width="160" height="160"/>
<rect x="200" y="80" width="160" height="160"/>
<rect x="160" y="160" width="160" height="160"/>
</g>
</g>
</svg>