[ Version ( since = "2.6" ) ]
public bool export_path_to_file (File file, Path? path)
save a path as an SVG file.
This procedure creates an SVG file to save a Path object, that is, a path. The resulting file can be edited using a vector graphics application, or later reloaded into GIMP. Pass null as the 'path' argument to export all paths in the image.
| this |
The image. |
| file |
The SVG file to create. |
| path |
The path object to export, or null for all in the image. |
|
TRUE on success. |