You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: