ImageEn, unit iexSVG

TIESVGTag


Declaration

TIESVGTag = record
  TagType: TIESVGTagType;
  Content: string;
  InheritedStyles: string;
  ActiveTransforms: string;
  Link: string;
  Title: string;
end;