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

Properly stringify tiny color values #6153

Merged
merged 2 commits into from
Jun 24, 2024

Commits on Jun 21, 2024

  1. Properly stringify tiny color values

    If one of the interpolated color values in really tiny, we might emit a string like "rgba(0, 0, 0, 1e-11)". This is not valid syntax, and can cause worklet crashes. Use a regexp to truncate these values to 0.
    swansontec committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    686bfb2 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Add additional check

    piaskowyk committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    46e7847 View commit details
    Browse the repository at this point in the history