summaryrefslogtreecommitdiffstats
path: root/layout/reftests/border-radius/corner-2-ref.svg
blob: 3232472eb162a1bd2d0fcf6c930caa801418ee7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<svg width="200px" height="200px" version="1.1"
    xmlns="http://www.w3.org/2000/svg">
  <rect style="fill: black; stroke: none"
       width="50" height="70"
  x="50" y="50"
  rx="10" ry="10"/>

  <rect style="fill: black; stroke: none"
       width="50" height="70"
  x="70" y="50"
  rx="6" ry="6"/>
</svg>