Skip to main content
Question

Corner radius (with Horizontal and Vertical separated)

  • December 20, 2024
  • 0 replies
  • 18 views

Charles_S

Is there a way to have more custom elliptical corner radius on elements in Figma? Right now, I only see the ability to change the size of a perfectly round corner - but CSS offers the ability to set the horizontal and vertical (x,y) separately. example:

.object {
border-radius: 5px / 25px;
}

If not, then I recommend this small improvement. I’ve needed it this week.

This topic has been closed for replies.