gecko-dev/layout/reftests/svg/filter-basic-03.svg

17 строки
544 B
XML
Исходник Обычный вид История

<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/licenses/publicdomain/
-->
<svg xmlns="http://www.w3.org/2000/svg" >
2008-02-13 19:18:25 +03:00
<title>Testcase for invalid filter</title>
2008-02-13 20:38:39 +03:00
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=407463 -->
<defs>
<filter id="nullreg" filterUnits="objectBoundingBox" x="0%" y="0%" width="100%" height="100%"/>
</defs>
<rect x="0%" y="0%" width="100%" height="100%" fill="lime"/>
<rect x="0%" y="0%" width="100%" height="100%" fill="red" filter="url(#nullreg)"/>
</svg>