feathericons / feather

Simply beautiful open-source icons
https://feathericons.com
MIT License
24.65k stars 1.21k forks source link

fix stacking context in award.svg #1169

Closed pablomikel closed 1 month ago

pablomikel commented 1 year ago

currently the circle renders under the polyline, making it tricky to apply both a fill and stroke to the svg as the polyline fill cuts off the circle stroke. this PR would just swap the stacking context of the polyline and circle.

credit @kellykavousi for catching this