AddPointToSVG

User Level Documentation: This actor accepts a point, represented as an X,Y array and an SVG file and adds the point to the SVG file. If the file contains, xRatio, yRatio conversion tags, the X,Y values will be converted accordingly. The resulting SVG content is saved to svgOutFile. This actor is typically used for display purposes. An example SVG file is available at lib/testdata/geon/whalen.svg.


Author(s): Efrat Jaeger
Version:$Id: AddPointToSVG.java,v 1.6 2006/05/18 22:34:54 mangal Exp $


point
The point to be added to the SVG file. An array of doubles of the following format: {X,Y}.
svgFile
The path to the SVG file to be updated.
svgOutputFile
The path to the output SVG file.
output
The actor output the path to the modified SVG file.
trigger
This port is used to trigger the actor.


svgFileParam
The path to the SVG file to be updated.
svgOutFile
The path to the output SVG file.
confirmOverwrite
If false, then overwrite the specified file if it exists without asking. If true (the default), then if the file exists, ask for confirmation before overwriting.