I am trying to create a triangle (polygon element) using svg. Is it possible to give it a rounded corners?
I am thinking about using the same option as in this case (https://www.w3schools.com/graphics/svg_rect.asp) in example 4, but I am not sure how to do it.