mikowitz / xairo.v1

Elixir bindings for the cairo graphics library
5 stars 0 forks source link

Masking #51

Closed mikowitz closed 2 years ago

mikowitz commented 2 years ago

Implement mask and mask_surface

Allow a way to create a surface + context just for masking (ImageSurface in Rust, probably)

Xairo.Mask => resource => XairoImage => XairoSurface::Mask(ImageSurface)

mikowitz commented 2 years ago

Closed in #52