SVGTOIPE(1) | User Commands | SVGTOIPE(1) |
svgtoipe - Convert a SVG file to Ipe 7 format
svgtoipe [-h] [-c] figure.svg [figure.ipe]
svgtoipe converts a SVG file to an XML file understood by Ipe version 7.
If the output filename is not specified, it will be derived either by replacing .ipe at the end of the input filename with .svg, or by appending .ipe if the input filename does not end with with .svg.
If either input or output filename is '--', then stdin, resp. stdout is used to read or write data.
The following SVG elements are converted: path, image, rect, circle, ellipse, line, polygon, and polyline
The following SVG elements are converted: group, clipPath, linearGradient, andradialGradient
Image conversion is only supported if python-imaging is available. Text is only converted, if it has coordinates specified as attribute of the svg text element.
Otfried Cheong Christian Kapeller
April 2015 | Ipe |