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

Add support for SDF icons #77

Merged
merged 6 commits into from
Dec 4, 2023
Merged

Add support for SDF icons #77

merged 6 commits into from
Dec 4, 2023

Commits on Dec 1, 2023

  1. Initial implementation of SDF icons

    Missing tests, plus the calculation of the alpha value isn't quite right
    yet.
    flother committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    14060be View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Use clamp_to_u8 to calculate alpha values

    From the sdf_glyph_renderer crate. It actually does the maths properly,
    unlike my original implementation.
    flother committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    fb91dc3 View commit details
    Browse the repository at this point in the history
  2. Tidy up doc comment

    flother committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    0a4fbe0 View commit details
    Browse the repository at this point in the history
  3. Add CLI test for SDF icons

    flother committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    e1a5915 View commit details
    Browse the repository at this point in the history
  4. Add --sdf option to README

    flother committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    03068b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca4e7fa View commit details
    Browse the repository at this point in the history