We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Children of CircularProgressbarWithChildren aren't scaling evenly. Would it be possible to have children assigned to parent SVG?
CircularProgressbarWithChildren
The text was updated successfully, but these errors were encountered:
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
<foreignObject width="100%" height="100%" xmlns="http://www.w3.org/1999/xhtml">
div
Sorry, something went wrong.
No branches or pull requests
🐛 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
The text was updated successfully, but these errors were encountered: