Source code

Revision control

Copy as Markdown

Other Tools

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/reftests/svg/svg-integration/filter-html-01-ref.svg
<!--
Any copyright is dedicated to the Public Domain.
-->
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
<filter id="f1">
<feFlood flood-color="black" result="black"/>
<feComposite in="SourceAlpha" operator="in"/>
<feOffset dx="10" dy="10"/>
<feComposite in="SourceGraphic"/>
</filter>
<rect x="50" y="50" width="200" height="200" fill="lime" filter="url(#f1)"/>
</svg>