Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / shape-rendering.svg
blob35c8cb890ce9a102ee9d3e02b057f9a3fe8c708f
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <rect transform="translate(50, 30) rotate(35, 50, 50)" fill="green" width="100" height="100"/>
3 <rect transform="translate(200, 30) rotate(35, 50, 50)" fill="green" width="100" height="100" shape-rendering="crispEdges"/>
5 <g>
6 <text y="180">The rectangle on the left should be anti-aliased.</text>
7 <text y="200">The rectangle on the right should not be anti-aliased, as it has the property shape-rendering="crispEdges". Bug 16182.</text>
8 </g>
9 </svg>