Skip to content
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

Unable to specify rgba color values for tts:textShadow #221

Closed
hans-pragt opened this issue Jul 30, 2021 · 1 comment · Fixed by #222
Closed

Unable to specify rgba color values for tts:textShadow #221

hans-pragt opened this issue Jul 30, 2021 · 1 comment · Fixed by #222
Assignees
Labels
Milestone

Comments

@hans-pragt
Copy link

The following correctly renders a text shadow in your demo app:

This is a <span tts:textShadow="10% 10% 0% #11223344">test</span>.

However, if the color is specified as follows:

This is a <span tts:textShadow="10% 10% 0% rgba(233,30,99,255)">test</span>.

the test app shows the following:

error: Cannot parse styling attribute http://www.w3.org/ns/ttml#styling textShadow --> 10% 10% 0% rgba(233,30,99,255)

@palemieux
Copy link
Contributor

@hans-pragt see #222

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants