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

Support stroke rasterization #530

Merged
merged 1 commit into from
Oct 5, 2024
Merged

Support stroke rasterization #530

merged 1 commit into from
Oct 5, 2024

Conversation

JD557
Copy link
Owner

@JD557 JD557 commented Oct 5, 2024

Adds some limited support for stroke rasterization.

Currently:

  • This only works for MutableSurfaces (not Planes or SurfaceViews) as that implementation is not that simple...
  • No BlendMode (kind of like fillRegion... I think this makes sense, as most BlendModes don't really make sense with a flat color)
  • Only circles and lines (I'll think about curves later)
  • No stroke width

Related to #514

@JD557 JD557 added this to the 0.6.2 milestone Oct 5, 2024
@JD557 JD557 merged commit 19c5ef7 into master Oct 5, 2024
15 checks passed
@JD557 JD557 deleted the rasterize-lines branch October 5, 2024 19:43
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.

1 participant