Gimp.Image.prototype.import_paths_from_file
Import paths from an SVG file.
This procedure imports paths from an SVG file. SVG elements other than paths and basic shapes are ignored.
Since 2.4
- file
The SVG file to import.
- merge
Merge paths into a single path object.
- scale
Scale the SVG to image dimensions.
- ok
TRUE on success.
- paths
The list of newly created paths.