You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the text editor, animated fonts are only rendered one time. After the initial animation plays, the font becomes static and does not re-animate when new characters are typed.
Previously, the animation was triggered on every key press, which is the expected behavior.
This issue did not exist before.
The bug was introduced after the text render optimization.
• Last known working commit: #fb8a8d3
• Broken after: text render optimization changes made after this commit
When using the text editor, animated fonts are only rendered one time. After the initial animation plays, the font becomes static and does not re-animate when new characters are typed.
Previously, the animation was triggered on every key press, which is the expected behavior.
This issue did not exist before.
The bug was introduced after the text render optimization.
• Last known working commit: #fb8a8d3
• Broken after: text render optimization changes made after this commit
Expected Previous Behavior
Untitled.mov