Elliptic border radius
An example showing how to create elliptic border radius using Tizen 2.3.
.box {
width: 200px;
height: 200px;
background-color: red;
border-radius: 50px 20px 30px 20px / 50px 20px 15px 30px;
}