gimp-vectors-export-to-string

Bill Skaggs <weskaggs@primate.ucdavis.edu>

Description

Save a path as an SVG string.

Help

This procedure works like 'gimp-vectors-export-to-file' but creates a string rather than a file. The contents are a NUL-terminated string that holds a complete XML document. If you pass 0 as the 'vectors' argument, then all paths in the image will be exported.


Type

unknown

Parameters

Type Name Description
PF_IMAGE image The image
unknown vectors The vectors object to save, or 0 for all in the image

Return

Type Name Description
PF_VALUE string A string whose contents are a complete SVG document.