I want to be able to round out the 3 leftmost corners on this shape that I have created, any idea how that can be done?
You can also mess around with the circle to get some different effects.
-webkit-clip-path: circle(60.0% at 50% 10%);
clip-path: circle(50.0% at 50% 50%);
Too bad you can't combine the polygon and circle... or maybe you can and I haven't played around with it enough to figure it out. HTH