When using clip-path to draw an ellipse the edge is always blurred. Is there a way to have a hard edge?
HTML
<div></div>
CSS
div {
background-color:red;
clip-path: ellipse(140% 100% at 10% 0%);
height:350px;
}
When using clip-path to draw an ellipse the edge is always blurred. Is there a way to have a hard edge?
HTML
<div></div>
CSS
div {
background-color:red;
clip-path: ellipse(140% 100% at 10% 0%);
height:350px;
}