writeAsSvg
writeAsSvgToStream (Shape shape, WriteStream stream) function
Saves content of Shape as SVG file.
Parameters
| Name | Type | Description |
|---|---|---|
| shape | Shape | link to self |
| stream | WriteStream | Target stream |
writeAsSvgToStream (Shape shape, WriteStream stream, SVGOptions svgOptions) function
Saves content of Shape as SVG file.
Parameters
| Name | Type | Description |
|---|---|---|
| shape | Shape | link to self |
| stream | WriteStream | Target stream |
| svgOptions | SVGOptions | SVG generation options |