mikowitz / xairo.v1

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

Add NIF and elixir struct to store all three types of extents #54

Closed mikowitz closed 2 years ago

mikowitz commented 2 years ago

Add support for path, stroke, and fill extents.

Adds Xairo.Extents struct that holds a pair of Point structs for each type of extents, tied to a Rust struct and NIF.