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
I'm creating a binding for a library that can draw using Cairo. Is it possible to access the backing cairo_surface_t instance in node-canvas? That way, I can interface with this module.
The text was updated successfully, but these errors were encountered:
It is not directly exposed to the javascript side, but there is a public method Canvas::surface() defined in Canvas.h. Simply expose it to v8 if necessary.
I'm creating a binding for a library that can draw using Cairo. Is it possible to access the backing
cairo_surface_t
instance in node-canvas? That way, I can interface with this module.The text was updated successfully, but these errors were encountered: