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/filters/feTile-outside-01-ref.svg
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Reference for feTile filter with x and y for feTile set to values outside the target area.</title>
<rect width="20" height="20" fill="#00ff00"/>
<rect x="40" width="20" height="20" fill="#00ff00"/>
<rect x="20" y="20" width="20" height="20" fill="#0000ff"/>
<rect x="60" y="20" width="10" height="20" fill="#0000ff"/>
<rect x="00" y="40" width="20" height="20" fill="#00ff00"/>
<rect x="40" y="40" width="20" height="20" fill="#00ff00"/>
<rect x="20" y="60" width="20" height="10" fill="#0000ff"/>
<rect x="60" y="60" width="10" height="10" fill="#0000ff"/>
</svg>