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

html2canvas does not support -webkit-text-stroke? #1108

Closed
jonatanavital opened this issue Apr 23, 2017 · 3 comments
Closed

html2canvas does not support -webkit-text-stroke? #1108

jonatanavital opened this issue Apr 23, 2017 · 3 comments

Comments

@jonatanavital
Copy link

I'm using this css:
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: white;
But it does not render the text with it.
Any ideas?

@kunal886496
Copy link

He does not care

@ivictbor
Copy link

ivictbor commented Nov 8, 2020

Thanks a lot @arzynik , I've published your branch to npm: https://www.npmjs.com/package/html2canvas-stroke , it unblocked https://github.com/devforth/painterro text-stroke feature (though html2canvas-stroke is very updated, probably someone has time capacity to merge a new changes or needs this, poke me)

@KupinFB
Copy link

KupinFB commented Feb 1, 2021

Hey,
I forked the branch 1.0.0-rc.7 and implemented -webkit-text-stroke-width, -webkit-text-stroke-color, paint-order supporting (based on #1540).
Link: https://github.com/KupinFB/html2canvas

I created a Pull Request.
Link: #2479

Also I've published it to be able to use.
Link: https://www.npmjs.com/package/html2canvas-stroke2

Can i keep it?

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

No branches or pull requests

5 participants