dapi-labs / react-nice-avatar

react library for generating avatar
https://nice-avatar.wwayne.com
MIT License
1.07k stars 91 forks source link

bugfix: Set Zero Left in SVGs For Cases of No Inheritance #57

Closed ryxavyer closed 5 months ago

ryxavyer commented 5 months ago

SVGs with unset left property do not always inherit from parent.
Screenshot 2024-05-14 135818

This PR manually sets left: "0%" on SVGs with unset left.