Splits the TStrings parameter into shorter lines. This function only splits path elements (e.g., <path d="M...">) as these are the only lines that can be split into multiple lines without changing the meaning of attributes and elements.
Namespace: FMX.RS.SVGUtils
Delphi |
procedure SVGSplitLines( const SVG: TStrings; SplitLen: Integer = 256 ); |
Parameters
SVG
Type: TStrings
Contains SVG in XML format
SplitLen
Type: Integer
Specifies the maximum length of the path lines
Reference |