<< Click here to display Table of Contents >> Navigation: Code Documentation > RSVclSVG > RSSVG > Variables:
Comments (0)
Defines the mapping between SVG element type and the class to use for representing that type
Namespace: RSSVG
Delphi
SVGClasses: TSVGElementTypeClasses = (nil, TSVGDocument, TSVGGroup, TSVGImage, TSVGDefs, TSVGUse, TSVGCircle, TSVGEllipse, TSVGRectangle, TSVGLine, TSVGPolyline, TSVGPolygon, TSVGPath, TSVGText, TSVGSwitch, nil, nil, nil, TSVGText, nil, TSVGTextRef, TSVGClipPath, TSVGLinearGradient, TSVGRadialGradient, TSVGGradientStop, TSVGMarker, TSVGMetadata, TSVGScript, nil, TSVGSymbol, TSVGPattern);
Value
Type: TSVGElementTypeClasses