OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE HTML> | |
2 <body> | |
3 <p>Test for isolation caused by a mask. This test passes if the whole rectangle is green.</p> | |
4 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="400px" height="400p x" > | |
5 <g id="emulate" transform="scale(4 4)"> | |
6 <rect x="0" y="0" width="40" height="40" fill="rgb(0,255,0)"/> | |
7 </g> | |
8 </svg> | |
9 </body> | |
OLD | NEW |