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
All react-navigation SVGs are not optimized properly. And they have big file size of around 33 KB which is because these SVGs has many control points. SVG Files https://github.com/react-navigation/react-navigation.github.io/blob/main/static/img/spiro.svg https://github.com/react-navigation/react-navigation.github.io/blob/main/static/img/spiro_header.svg https://github.com/react-navigation/react-navigation.github.io/blob/main/static/img/spiro_white.svg
This problem can be solve if we can reprocess the icon with curves rather than one-by-one control points.
The text was updated successfully, but these errors were encountered:
@RiteshK-611 can you assign this issue!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Problem
All react-navigation SVGs are not optimized properly. And they have big file size of around 33 KB which is because these SVGs has many control points.
SVG Files
https://github.com/react-navigation/react-navigation.github.io/blob/main/static/img/spiro.svg
https://github.com/react-navigation/react-navigation.github.io/blob/main/static/img/spiro_header.svg
https://github.com/react-navigation/react-navigation.github.io/blob/main/static/img/spiro_white.svg
Solution
This problem can be solve if we can reprocess the icon with curves rather than one-by-one control points.
The text was updated successfully, but these errors were encountered: