-
Notifications
You must be signed in to change notification settings - Fork 806
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 clipping path regression #1501
Comments
This problem persists with release 43. |
Hi @edvv! Thanks for the report. Just to make sure, you're talking about the combination of If so, we're mirroring most of the Cairo context's state into the text renderer and we appear to have missed the clipping/masking parameters. |
@DHowett-MSFT That is correct. |
@edvv, fixing this requires the work we're doing to implement CoreGraphics on D2D (cf. the CGD2D branch) to be merged to master. We're planning to merge at the end of January (that's our 1701 sprint) so the fix for this specific issue will come in February (our 1702 sprint). |
@ArnOmsft That sounds very sensible. Thank you for the consideration. |
This is fixed in develop with the merge of #1892. |
@DHowett-MSFT I am very excited to try this out in the next release. Thank you for the note and fix. |
Dear WinObjC Engineers,
From release 41 to 42 there is a regression in text clipping path. Release 41 properly truncated text at the clipping path boundary while release 42 text does not clip at the clipping path.
Sincerely,
Ed
The text was updated successfully, but these errors were encountered: