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 PathWithShadows #62

Merged
merged 7 commits into from
May 24, 2024
Merged

Add PathWithShadows #62

merged 7 commits into from
May 24, 2024

Conversation

sudara
Copy link
Owner

@sudara sudara commented May 24, 2024

This PR does a few things:

  • Adds the PathWithShadows helper
  • Makes the setters like setColor chainable so you can do things like shadow.setRadius(5).setOpacity(0.5f)
  • Fixes Using spread will mess up the aspect ratio of the shadow #59
  • Adds default constructors to Drop/InnerShadow
  • Adds RUN_MELATONIN_BENCHMARKS as a separate flag so they don't always run with tests
  • Resolves Linux tests passing on CI #27
  • Runs tests on both macos-13 and macos-14 runners
  • Updates the GitHub action to latest dependencies

@sudara sudara merged commit f961bda into main May 24, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using spread will mess up the aspect ratio of the shadow Linux tests passing on CI
1 participant