-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
fix(gatsby-plugin-sharp): fix Traced SVG scaling issue in Internet Explorer #22358
fix(gatsby-plugin-sharp): fix Traced SVG scaling issue in Internet Explorer #22358
Conversation
Hi! Great debugging on this! The tests aren't passing on CI (ran them locally and they weren't passing here either). |
Not clear what's wrong—perhaps one of the options. |
Couple of tests are failing because snapshots were not updated. The tests that fail for different reason with:
are all in https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sharp/src/__tests__/trace-svg.js and they fail because mocked 2 options here:
|
@floggy let me know if you got this, need a hand or would prefer for me to apply needed changes ;) |
Hi @pieh |
For sure! I'm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for research and the fix!
Holy buckets, @flogy — we just merged your PR to Gatsby! 💪💜 Gatsby is built by awesome people like you. Let us say “thanks” in two ways:
If there’s anything we can do to help, please don’t hesitate to reach out to us: tweet at @gatsbyjs and we’ll come a-runnin’. Thanks again! |
Thank you @pieh for your help 🙂 |
Published in |
Description
Fixes the scaling issue of Traced SVG placeholdes as described in issue #22169.
Documentation
No documentation existing. Not worth documenting in my opinion, as it is just a bugfix.
Related Issues
Fixes #22169