Saves the SVG document to the specified IXMLDocument.
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
XML
Type: IXMLDocument
Note that any XML currently in the IXMLDocument is lost. |