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 blurred rounded rectangle. #665

Merged
merged 9 commits into from
Aug 27, 2024

Commits on Aug 15, 2024

  1. Add support for blurred rounded rectangle.

    Implements the blurred rounded rectangle approximation outlined in https://raphlinus.github.io/graphics/2020/04/21/blurred-rounded-rects.html
    msiglreith committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    5740fec View commit details
    Browse the repository at this point in the history
  2. fix ci failures

    msiglreith committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    242a4c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Apply suggestions from code review

    Co-authored-by: Daniel McNab <[email protected]>
    msiglreith and DJMcNab authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    cf50b87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62c1003 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b766cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af8057a View commit details
    Browse the repository at this point in the history
  5. Add missing fill type

    msiglreith committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a9cf8e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    a1e508b View commit details
    Browse the repository at this point in the history
  2. blur: reduce rect margin

    msiglreith committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3df93a7 View commit details
    Browse the repository at this point in the history