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
We rely on svg2png which hasn't been touched for 2 years and relies on PhantomJS. PhantomJS is being sunset in favor of headless Chrome (via puppeteer).
Should consider alternatives.
The text was updated successfully, but these errors were encountered:
Planning to try out convert-svg(-to-png) for this purpose in dev/puppeteer branches of Backend and Send_Status.
dev/puppeteer
Probably not needed for now, but may need to consider pooling Chromum sessions at some point if scale expands.
Sorry, something went wrong.
In addition to consistency between frontend display and backend results, a number of features are missing from PhantomJS:
SVG use of CSS rotate, opacity, and in-line base64 font loading (but why WOULD you do this one??) and probably a bunch more now 4 years on
rotate
opacity
[BACKEND][BRIDGE] #7 - Migrate away from svg2png
df9b202
Closing with df9b202
Doesn't solve our Emoji problems from #18, though.
BooDoo
No branches or pull requests
We rely on svg2png which hasn't been touched for 2 years and relies on PhantomJS.
PhantomJS is being sunset in favor of headless Chrome (via puppeteer).
Should consider alternatives.
The text was updated successfully, but these errors were encountered: