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

No Mesh Pattern Support #81

Open
breannansmith opened this issue Mar 11, 2016 · 1 comment
Open

No Mesh Pattern Support #81

breannansmith opened this issue Mar 11, 2016 · 1 comment
Labels

Comments

@breannansmith
Copy link

cairocffi supports linear and radial patterns, but not mesh patterns. Mesh patterns are an incredibly useful feature of Cairo (for Gourad shading, for example), and would be great to have access to from Python.

@SimonSapin
Copy link
Member

Yes, this would be nice to have. Cairo’s corresponding C functions can already be used through CFFI with e.g. cairocffi.cairo.cairo_pattern_create_mesh(). What’s missing is a new subclass of cairocffi.Pattern and its methods.

However I’m not actively working on cairocffi at the moment. I’d review a PR, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants