<!DOCTYPE html>
<html>
<body>
Test for WK99481: This test passes if there is a green square with sharp (not blurry) edges.<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400">
<g transform="scale(10)">
<rect x="1" y="1" width="8" height="8" fill="green" />
</g>
</svg>
</body>
</html>