Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/reftests/svg/filters/css-filters/blur.svg
<!--
Any copyright is dedicated to the Public Domain.
-->
<svg id="svg-root"
<g id="testmeta">
<title>CSS Filters: Blur an SVG Element</title>
<link rel="copyright"
<link rel="license"
<link rel="author"
title="Max Vujovic"
href="mailto:mvujovic@adobe.com"/>
<link rel="help"
<link rel="match"
href="blur-ref.svg"/>
<metadata class="flags">namespace svg</metadata>
<desc class="assert">
This test verifies that the CSS blur filter function can filter SVG
elements. If the test passes, you should see a green square.
</desc>
</g>
<g id="test-body-content">
<rect x="20" y="20" width="100" height="100" fill="#0f0" filter="blur(3px)"/>
</g>
</svg>