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
{{ message }}
This repository was archived by the owner on Jun 8, 2021. It is now read-only.
filename | a filename for the SVG output (must be writable), NULL may be used to specify no output. This will generate a SVG surface that may be queried and used as a source, without generating a temporary file.
The text was updated successfully, but these errors were encountered:
Per the docs in https://www.cairographics.org/manual/cairo-SVG-Surfaces.html the filename param of
cairo::SvgSurface::new
should be optional seeThe text was updated successfully, but these errors were encountered: