Skip to content

Commit

Permalink
fix(WebVTT): Fix text-shadow in WebVTT not working (shaka-project#5499)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad committed Aug 18, 2023
1 parent 1dd9809 commit ac6a92a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/text/vtt_text_parser.js
Expand Up @@ -672,6 +672,7 @@ shaka.text.VttTextParser = class {
cue.fontWeight = refCue.fontWeight;
cue.fontStyle = refCue.fontStyle;
cue.opacity = refCue.opacity;
cue.textShadow = refCue.textShadow;
cue.wrapLine = refCue.wrapLine;
}

Expand Down

0 comments on commit ac6a92a

Please sign in to comment.