TIESVGTag = record TagType: TIESVGTagType; // This tag type, e.g. iestSVG or iestPath Content: string; // The full content of the tag InheritedStyles: string; // Any styles inherited from parent tags (to fallback to if not explicitly specifed in this tag) ActiveTransforms: string; // Any transformations that are applicable to this tag. If there are mutliple they are processed from RIGHT to LEFT Link: string; // The destination if this object is inside a link reference Title: string; // The text if the tag is wrapped in a title or desc tag (or the embedded comment for a comment tag) ForceWidth: Double; // Uses support: Override the size of the object (whereas x,y are overridden using a transform) ForceHeight: Double; // Uses support: Override the size of the object (whereas x,y are overridden using a transform) end;