I am trying to round the corners of my hexagon by only using the clip path. I want to stay away from the svg filters and the before and after css mess. I am looking for some sort of tool to help me figure out how to measure the clip path angles. Like Clippy, but also with rounded corners.
Asked
Active
Viewed 44 times
0
-
clip-path cannot round corners – Temani Afif Jun 09 '21 at 12:40
-
and your question is off topic because you are asking for tools and not asking a programming quesiton – Temani Afif Jun 09 '21 at 12:41
-
@TemaniAfif Yes you can: https://stackoverflow.com/questions/31854185/how-to-add-border-in-my-clip-path-polygon-css-style. I want to find a way to do this where I'm not guessing at all the percentages. – Allison Barnett Jun 09 '21 at 13:47
-
no, that's not a rounding. It's a hacky approximation, non-flexible of rounding – Temani Afif Jun 09 '21 at 14:03