-
Notifications
You must be signed in to change notification settings - Fork 637
fix(532): fontFamily get on css rules #547
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
base: master
Are you sure you want to change the base?
Conversation
💖 Thanks for opening this pull request! 💖 Please follow the contributing guidelines. And we use semantic commit messages to streamline the release process. Examples of commit messages with semantic prefixes:
Things that will help get your PR across the finish line:
We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #547 +/- ##
=======================================
Coverage 66.50% 66.50%
=======================================
Files 10 10
Lines 612 612
Branches 150 150
=======================================
Hits 407 407
Misses 144 144
Partials 61 61 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Testing this locally, it seems like this fixes #508 too |
@jpinsonneau @vincerubinetti @galliotl @QuentiumYT @GordonSmith @bubkoo can this please be escalated and merged? Our functionality doesn't work in Firefox PROD because of this. |
We cannot do anything, only @bubkoo can merge but he seems away for 6 months now |
Build your own npm package from that PR or use mine: https://www.npmjs.com/package/@jpinsonneau/html-to-image |
I think we as a community, should create a new. maintained package. I will try to make it and add all of community's bug fixes... |
Fixes #532
Description
fontFamily
may not be accessible on rules directly (seen that on Firefox).Relying on
getPropertyValue
ensure it's properly parsed on every browser.Motivation and Context
Currently crashing:
Types of changes
Self Check before Merge