Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / resources / svg-shape-002.svg
blob35b8d6e71a1b6b3a6005a546dd0936f0bfb78d6e
1 <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 1' preserveAspectRatio='none' width='100px' height='100px'>
2 <rect width='1' height='1' fill='rgba(255, 0, 0, 1)'/>
3 <rect x='1' width='1' height='1' fill='rgba(255, 255, 0, 0.75)'/>
4 <rect x='2' width='1' height='1' fill='rgba(0, 255, 0, 0.5)' />
5 <rect x='3' width='1' height='1' fill='rgba(0, 0, 255, 0.25)' />
6 </svg>