forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix right-to-left advances from canvas measureText
This fixes advances from TextMetrics for Right-to-left text. Currently it's returning values that are correct when there is just one text_run (or word), but the values are in the reverse order within each text_run for when there's more than one run. Bug: 864193 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I6459f3800a33aedf46692b3931fb5778ee3ce825 Reviewed-on: https://chromium-review.googlesource.com/1144629 Reviewed-by: Fernando Serboncini <fserb@chromium.org> Reviewed-by: Justin Novosad <junov@chromium.org> Commit-Queue: David Quiroz Marin <davidqu@chromium.org> Cr-Commit-Position: refs/heads/master@{#577707}
- Loading branch information
David Quiroz Marin
authored and
Commit Bot
committed
Jul 24, 2018
1 parent
36a8495
commit 67493d0
Showing
2 changed files
with
42 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters