-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Regarding Text exports one character per <text> element #657 #2412
Comments
hi, that happens automatically when certain conditions are met. No animators and no box text. |
@bodymovin I think there is a regression on this on 5.9.0 I created a new text layer with no animations, and no box text, and the web player still renders it as one character per element. |
I have the same problem, I've testes all versions and work ok but none of the versions 5.9.X. Anyone found out how to fix this or what do we need to do in After Effects to be a word again? |
Still looking into this issue. There has definitely been some changes to the code that dictates how the text should render. Seems like this is the piece of code that will render text as a single lottie-web/player/js/elements/svgElements/SVGTextElement.js Lines 113 to 150 in 14dc0cb
But it seems that lottie-web/player/js/utils/DataManager.js Lines 486 to 490 in 14dc0cb
Seems like the commit that changed it was 2af2f64 Now, I don't understand why this was changed. I'm assuming it is to add new features and bugfixes. But losing the ability to render a single tspan is really keeping me on Hernan can you give us a pointer here? |
Hi hernan iIf I understand correctly in order to get a single string of text instead of per character I need to use a tspan pair of tags, where do I add the tspans? in the .json file?
The text was updated successfully, but these errors were encountered: