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/feDisplacementMap-scale-01.svg
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Test that directionless filter primitive attributes are resolved to user units correctly</title>
<filter id="f" filterUnits="userSpaceOnUse" x="0" y="0" width="400" height="200" color-interpolation-filters="sRGB">
<feFlood flood-color="#800" result="map"/>
<feDisplacementMap in="SourceGraphic" in2="map" xChannelSelector="R" yChannelSelector="G" scale="100"/>
</filter>
<rect width="100%" height="100%" fill="lime"/>
<rect y="82" width="300" height="8" fill="red"/>
<rect width="400" height="200" fill="lime" filter="url(#f)"/>
</svg>