react-circular-progressbar
react-circular-progressbar copied to clipboard
Children of CircularProgressbarWithChildren don't scale
🐛 Bug report
Summary of issue
Children of CircularProgressbarWithChildren aren't scaling evenly. Would it be possible to have children assigned to parent SVG?


Your environment
- What browser version were you using? FireFox 97.0.1
- What version of react-circular-progressbar are you using? 2.0.4
https://github.com/kevinsqi/react-circular-progressbar/blob/master/src/CircularProgressbarWithChildren.tsx#L16 should use <foreignObject width="100%" height="100%" xmlns="http://www.w3.org/1999/xhtml"> instead of div. Source: https://stackoverflow.com/a/30921225/2122457