Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

SvgSurface path should be an Option #293

Closed
bilelmoussaoui opened this issue Nov 27, 2019 · 1 comment · Fixed by #294
Closed

SvgSurface path should be an Option #293

bilelmoussaoui opened this issue Nov 27, 2019 · 1 comment · Fixed by #294

Comments

@bilelmoussaoui
Copy link
Member

Per the docs in https://www.cairographics.org/manual/cairo-SVG-Surfaces.html the filename param of cairo::SvgSurface::new should be optional see

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.

@sdroege sdroege mentioned this issue Nov 28, 2019
43 tasks
@sdroege
Copy link
Member

sdroege commented Nov 28, 2019

Sounds like a good idea, do you want to provide a PR?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants