Exploring the CSS Paint API: Polygon Border
Nowadays, creating complex shapes is an easy task using clip-path
, but adding a border to the shapes is always a pain. There is no robust CSS solution and we always need to produce specific “hacky” code for each particular …