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
The CanvasRenderingContext2D interface has methods: fillText and strokeText. strokeText draws the outline of the font.
fillText
strokeText
My suggestion is to add a drawStyle field to CanvasTextConfig with values fill and outline.
drawStyle
CanvasTextConfig
fill
outline
I'm happy to implement this and raise a pull request.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The CanvasRenderingContext2D interface has methods:
fillText
andstrokeText
.strokeText
draws the outline of the font.My suggestion is to add a
drawStyle
field toCanvasTextConfig
with valuesfill
andoutline
.I'm happy to implement this and raise a pull request.
The text was updated successfully, but these errors were encountered: