forked from shaka-project/shaka-player
-
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: WebVTT line not correctly positioned in UITextDisplayer (shaka-p…
…roject#4567) As stated in the specifications at https://w3c.github.io/webvtt/#webvtt-line-cue-setting and https://w3c.github.io/webvtt/#webvtt-cue-line-alignment the "end" modifier in the line alignment directive means that the box is positioned from the top of the screen but relatively to its bottom edge. The previous code actually positioned the box from the bottom of the screen.
- Loading branch information
Rodolphe Breton
committed
Nov 10, 2022
1 parent
172c9f8
commit b5a76d7
Showing
3 changed files
with
5 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,6 +65,7 @@ Philo Inc. <*@philo.com> | |
Prakash <[email protected]> | ||
Robert Colantuoni <[email protected]> | ||
Robert Galluccio <[email protected]> | ||
Rodolphe Breton <[email protected]> | ||
Roi Lipman <[email protected]> | ||
Roksolana Ivanyshyn <[email protected]> | ||
Rostislav Hejduk <[email protected]> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,6 +96,7 @@ Peter Nycander <[email protected]> | |
Prakash Duggaraju <[email protected]> | ||
Robert Colantuoni <[email protected]> | ||
Robert Galluccio <[email protected]> | ||
Rodolphe Breton <[email protected]> | ||
Rohit Makasana <[email protected]> | ||
Roi Lipman <[email protected]> | ||
Roksolana Ivanyshyn <[email protected]> | ||
|
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