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

lottie: data optimization #2216

Closed
wants to merge 1 commit into from
Closed

lottie: data optimization #2216

wants to merge 1 commit into from

Commits on Apr 23, 2024

  1. lottie: data optimization

    lottie exclusively uses lines with the bezier curve.
    This approach consumes more points memory and requires
    additional computational processing. The Lottie loader
    converts 'CubicTo' to 'LineTo' only if possible,
    specifically when the shape layer has only a single frame.
    
    We've observed that thousands of commands can be converted
    with our Lottie example.
    hermet committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9d6a253 View commit details
    Browse the repository at this point in the history