JuliaGraphics / Cairo.jl

Bindings to the Cairo graphics library.
Other
87 stars 55 forks source link

Add wrapper for cairo_recording_surface_ink_extents() #355

Open hustf opened 2 years ago

hustf commented 2 years ago

This is useful to compute the required size of an image surface (or equivalent) into which to replay the full sequence of drawing operations.

Api reference, since version 1.10: https://www.cairographics.org/manual/cairo-Recording-Surfaces.html#cairo-recording-surface-ink-extents

Use case with Luxor (this helps to fix): https://github.com/JuliaGraphics/Luxor.jl/issues/150.