-
Notifications
You must be signed in to change notification settings - Fork 105
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
Text Stroke LineCap and LineJoin #171
Comments
Hello @vinhphuctadang, If you really need this issue to be fixed I can make an effort (and work on it) or you can submit a PR, I guess the issue is in this file: |
Thank Laurent, really happy to hear from you. Your package is interesting. Bests, |
I will be happy to review your pull request and merge it. |
Hi @vinhphuctadang, |
Sorry, I am packed catching up with new job atm Bests, |
Ok no problems. Thanks for your answer.
Le sam. 15 janv. 2022, 10:31, vinhphuctadang ***@***.***> a
écrit :
… Sorry, I am packed catching up with new job atm
Will look into this,
Bests,
—
Reply to this email directly, view it on GitHub
<#171 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAD76M3DKIGK35SVJGUCELLUWE5G5ANCNFSM5KAH6BVA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hello author and everyone,
When I draw a text string with stroke (using StrokeStringAt), font Roboto-Medium (loaded with
truetype
package), found the stroke looks strange which does not cover the text, see image below:In the image, there is an "i" and a "t" which has strange stroke, it does not fully "connected". I am expecting the stroke to cover the text, should looks connected.
I tried SetLineCap but looks like it doesn't work, and found there is an issue on that: #155. How do I correctly make it stroke the text?
Regards,
Phuc Ta
The text was updated successfully, but these errors were encountered: