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 fill patterns and gradients #70

Closed
tdewolff opened this issue Jan 27, 2021 · 3 comments
Closed

Support fill patterns and gradients #70

tdewolff opened this issue Jan 27, 2021 · 3 comments

Comments

@tdewolff
Copy link
Owner

Besides colors, also support gradients (radial, linear) with multiple colors, and patterns made out of paths (such as stripes). Fun addition would be to add Penrose tiling.

For patterns we need path intersection functionality, to cut the repeating pattern with the path fill boundary.

@kpym
Copy link
Contributor

kpym commented Jan 27, 2021

I'm not sure that you need path intersection. In the case of vector formats, the clipping is supported in general, and in the case of raster images this can be done with masking.

@tdewolff
Copy link
Owner Author

Good point, maybe path intersection isn't needed after all!

@tdewolff
Copy link
Owner Author

tdewolff commented Feb 15, 2021

I've incorporated this issue in the roadmap from where it will be tracked: #74

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

No branches or pull requests

2 participants