blob: e2788e5f93e4f13352a53a57e229f90d1b1011d4 (
plain)
1
2
3
4
5
6
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:h="http://www.w3.org/1999/xhtml">
<title>SVG paint server: without fallback color nothing is painted</title>
<h:link rel="match" href="../../pservers/reftests/reference/green-100x100.svg"/>
<rect width="100" height="100" fill="green"/>
<rect width="100" height="100" fill="url(#null)"/>
</svg>
|