Skip to content
New issue

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

Improve/Update React-Navigation SVGs #1270

Open
RiteshK-611 opened this issue Aug 15, 2023 · 0 comments · May be fixed by #1271
Open

Improve/Update React-Navigation SVGs #1270

RiteshK-611 opened this issue Aug 15, 2023 · 0 comments · May be fixed by #1271

Comments

@RiteshK-611
Copy link

RiteshK-611 commented Aug 15, 2023

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.

@RiteshK-611 RiteshK-611 reopened this Aug 15, 2023
@RiteshK-611 RiteshK-611 changed the title Improve React-Navigation SVGs Improve/Update React-Navigation SVGs Aug 15, 2023
@RiteshK-611 RiteshK-611 linked a pull request Aug 16, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant