2006
Simon Budig
Import paths from an SVG file.
This procedure imports paths from an SVG file. SVG elements other than paths and basic shapes are ignored.
unknown
Type | Name | Description |
---|---|---|
PF_IMAGE | image | The image |
PF_VALUE | filename | The name of the SVG file to import. |
PF_INT | merge | Merge paths into a single vectors object. (TRUE or FALSE) |
PF_INT | scale | Scale the SVG to image dimensions. (TRUE or FALSE) |
Type | Name | Description |
---|---|---|
PF_INT | num-vectors | The number of newly created vectors (num-vectors >= 0) |
unknown | vectors-ids | The list of newly created vectors |