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

[icons] Fix SVG path precision issue #12225

Merged
merged 1 commit into from Jul 21, 2018

Conversation

oliviertassinari
Copy link
Member

@oliviertassinari oliviertassinari commented Jul 21, 2018

Fix the bug reported by @ChristiaanScheermeijer in #12111 (comment).

It's basically a one line fix:

const svgo = new SVGO({
- floatPrecision: 3,
+ floatPrecision: 4,
  plugins: [

@oliviertassinari oliviertassinari added the component: SvgIcon The React component. label Jul 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: SvgIcon The React component.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant