Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / container-opacity-clip-viewBox.svg
blob562af798406e4a904583e9ef1ce6f68387c075fa
1 <?xml version="1.0" encoding="utf-8"?>
2 <svg xmlns="http://www.w3.org/2000/svg">
4 <svg opacity=".9">
5 <g transform="matrix(1 0 0 1 59.5225 38.2007)">
6 <svg width="200" height="200" viewBox="-83 -84 200 200">
7 <rect x="-83" y="-84" width="166" height="148" fill="green"/>
8 </svg>
9 </g>
10 </svg>
12 <g transform="matrix(1 0 0 1 50 230)" pointer-events="none" >
13 <text>
14 <tspan x="0" y="0">For this test case to be successful, the rect</tspan>
15 <tspan x="0" y="15">above should be .9 transparant green and 200x200 pixels</tspan>
16 <tspan x="0" y="30">Bug 11909</tspan>
17 </text>
18 </g>
20 </svg>