Saves the SVG document as XML to the specified stream.
The FMX.RS.SVG.TSVGDocument.Options property helps control how the SVG XML file is generated. The soExportUnknownXML option specifies to output any XML that was read and not understood when the SVG was previously loaded. The soCompactExport option specifies that the XML should be made as compact as possible: don't export inherited values or default values.
Namespace: FMX.RS.SVG
Delphi |
public |
Parameters
Stream
Type: TStream
SplitPathLines
Type: Integer
Note that if you load a SVG and then save it, any whitespace and/or comments are lost from the SVG |