export_svg
export_svg
[ -file s_fileName ]
Description
Creates a Scalable Vector Graphics (SVG) file for the active window. Alpha blending is not supported. This command cannot be used in batch/non-graphics mode.
The GUI equivalent for this command is File—Export Jpeg....
Arguments
|
Specifies the name of the SVG file to create. If this argument is given, the Save SVG dialog box appears, prompting you to specify the output image file to create. |
Value Returned
Examples
The following example generates the SVG file mydesign.svg.
export_svg -file mydesign.svg
Related Topics
Return to top