Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Submit feedback
  • Sign in / Register
T
tangled
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • eriksson monteiro
  • tangled
  • Repository

Switch branch/tag
  • tangled
  • chrome
  • test
  • data
  • pdf
  • accessibility
  • directional-text-runs.pdf
Find file HistoryPermalink
  • Benjamin Beaudry's avatar
    PDF a11y: Added new heuristic for text runs delimitation · 0488f34a
    Benjamin Beaudry authored Aug 23, 2019
    The previously merged text runs heuristic change to support vertical
    text runs (https://crrev.com/687072) introduced a bug described in the
    linked bug.
    
    This change fixes it. It adds a new heuristic that verifies if the
    difference between the angle formed by the first and last character of
    a run (the |text_run_angle|) and the angle formed by the current and
    previous character (the |current_angle|) is greater than 90 degrees.
    If so, the text run breaks.
    
    The file directional-text-runs.pdf has been updated to detect any
    future regression.
    
    Bug: 994958
    Change-Id: I21fbe389fe5527c6dba9f05a23fd865a5b3a221e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1758833Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
    Reviewed-by: default avatarIan Prest <iapres@microsoft.com>
    Commit-Queue: Benjamin Beaudry <benjamin.beaudry@microsoft.com>
    Cr-Commit-Position: refs/heads/master@{#690011}
    0488f34a
directional-text-runs.pdf 902 Bytes

Download (902 Bytes)

Replace directional-text-runs.pdf

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.