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
The Cairo docs tell me that I need to calculate stride using cairo_format_stride_for_width, which is why I've added it. I think it would make a good addition to surface.lisp and I'd be happy to send a pull request.
The text was updated successfully, but these errors were encountered:
I'm using the following monkey patch in my program:
The reason being is that I'm painting onto a SDL2 surface.
The Cairo docs tell me that I need to calculate
stride
usingcairo_format_stride_for_width
, which is why I've added it. I think it would make a good addition tosurface.lisp
and I'd be happy to send a pull request.The text was updated successfully, but these errors were encountered: