Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / rect-negative-corner-radii.svg
blobbe6528b546e8c922f9485f12f4ae35b40bd94e2d
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="500" height="500">
3 <rect x="50" y="50" width="400" height="400" rx="-50" ry="-50" fill="#00ff00" />
4 <rect x="150" y="100" width="200" height="300" rx="-100" ry="50" fill="#0000ff" />
5 <rect x="200" y="150" width="100" height="200" rx="50" ry="-100" fill="#ff0000" />
6 </svg>