[]
Specifies the type of an SVG attribute.
public enum SvgAttributeType
CenterX = 20The 'cx' attribute.
CenterY = 21The 'cy' attribute.
Class = 2The 'class' attribute.
Clip = 12The 'clip' attribute.
ClipPath = 106The 'clip-path' attribute.
ClipPathUnits = 107The 'clipPathUnits' attribute.
ClipRule = 108The 'clip-rule' attribute.
Color = 74The 'color' attribute.
Display = 9The 'display' attribute.
Fill = 75The 'fill' attribute.
FillOpacity = 77The 'fill-opacity' attribute.
FillRule = 76The 'fill-rule' attribute.
FocalRadius = 99The 'fr' attribute.
FocalX = 97The 'fx' attribute.
FocalY = 98The 'fy' attribute.
Font = 37The 'font' attribute.
FontFamily = 38The 'font-family' attribute.
FontKerning = 39The 'font-kerning' attribute.
FontSize = 46The 'font-size' attribute.
FontSizeAdjust = 47The 'font-size-adjust' attribute.
FontStretch = 48The 'font-stretch' attribute.
FontStyle = 49The 'font-style' attribute.
FontVariant = 45The 'font-variant' attribute.
FontVariantCaps = 42The 'font-variant-caps' attribute.
FontVariantEastAsian = 44The 'font-variant-east-asian' attribute.
FontVariantLigatures = 40The 'font-variant-ligatures' attribute.
FontVariantNumeric = 43The 'font-variant-numeric' attribute.
FontVariantPosition = 41The 'font-variant-position' attribute.
FontWeight = 50The 'font-weight' attribute.
GlyphOrientationVertical = 64The 'glyph-orientation-vertical' attribute.
GradientTransform = 95The 'gradientTransform' attribute.
GradientUnits = 94The 'gradientUnits' attribute.
Height = 26The 'height' attribute.
Href = 113The 'href' attribute.
ID = 1The 'id' attribute.
ImageRendering = 72The 'image-rendering' attribute.
Lang = 3The 'lang' attribute.
LengthAdjust = 52The 'lengthAdjust' attribute.
LetterSpacing = 54The 'letter-spacing' attribute.
Marker = 93The 'marker' attribute.
MarkerEnd = 92The 'marker-end' attribute.
MarkerHeight = 88The 'markerHeight' attribute.
MarkerMid = 91The 'marker-mid' attribute.
MarkerStart = 90The 'marker-start' attribute.
MarkerUnits = 86The 'markerUnits' attribute.
MarkerWidth = 87The 'markerWidth' attribute.
MaxHeight = 30The 'max-height' attribute.
MaxWidth = 28The 'max-width' attribute.
MinHeight = 29The 'min-height' attribute.
MinWidth = 27The 'min-width' attribute.
Offset = 100The 'offset' attribute.
Opacity = 10The 'opacity' attribute.
OrientAngle = 89The 'orient' attribute.
Overflow = 11The 'overflow' attribute.
PaintOrder = 73The 'paint-order' attribute.
PathData = 111The 'd' attribute.
PathLength = 14The 'pathLength' attribute.
PatternContentUnits = 104The 'patternContentUnits' attribute.
PatternTransform = 105The 'patternTransform' attribute.
PatternUnits = 103The 'patternUnits' attribute.
Points = 110The 'points' attribute.
PreserveAspectRatio = 68The 'preserveAspectRatio' attribute.
Radius = 22The 'r' attribute.
RadiusX = 31The 'rx' attribute.
RadiusY = 32The 'ry' attribute.
RefX = 6The 'refX' attribute.
RefY = 7The 'refY' attribute.
ShapeRendering = 70The 'shape-rendering' attribute.
SpreadMethod = 96The 'spreadMethod' attribute.
StopColor = 101The 'stop-color' attribute.
StopOpacity = 102The 'stop-opacity' attribute.
Stroke = 78The 'stroke' attribute.
StrokeDashArray = 84The 'stroke-dasharray' attribute.
StrokeDashOffset = 85The 'stroke-dashoffset' attribute.
StrokeLineCap = 81The 'stroke-linecap' attribute.
StrokeLineJoin = 82The 'stroke-linejoin' attribute.
StrokeMiterLimit = 83The 'stroke-miterlimit' attribute.
StrokeOpacity = 79The 'stroke-opacity' attribute.
StrokeWidth = 80The 'stroke-width' attribute.
SystemLanguage = 5The 'systemLanguage' attribute.
TextAnchor = 59The 'text-anchor' attribute.
TextDecoration = 67The 'text-decoration' attribute.
TextDecorationLine = 65The 'text-decoration-line' attribute.
TextDecorationStyle = 66The 'text-decoration-style' attribute.
TextDirection = 60The 'direction' attribute.
TextDX = 17The 'dx' attribute of 'text' or 'tspan' elements.
TextDY = 18The 'dy' attribute of 'text' or 'tspan' elements.
TextLength = 51The 'textLength' attribute.
TextOrientation = 63The 'text-orientation' attribute.
TextPathMethod = 56The 'method' attribute of the 'textPath' element.
TextPathPath = 112The 'path' attribute of the 'textPath' element.
TextPathSide = 58The 'side' attribute of the 'textPath' element.
TextPathSpacing = 57The 'spacing' attribute of the 'textPath' element.
TextPathStartOffset = 55The 'startOffset' attribute of the 'textPath' element.
TextRendering = 71The 'text-rendering' attribute.
TextRotate = 19The 'rotate' attribute of 'text' or 'tspan' elements.
TextX = 15The 'x' attribute of 'text' or 'tspan' elements.
TextY = 16The 'y' attribute of 'text' or 'tspan' elements.
Transform = 13The 'transform' attribute.
UnicodeBidi = 61The 'unicode-bidi' attribute.
Unknown = 0Unknown or unsupported attribute.
ViewBox = 69The 'viewBox' attribute.
Visibility = 8The 'visibility' attribute.
Width = 25The 'width' attribute.
WordSpacing = 53The 'word-spacing' attribute.
WritingMode = 62The 'writing-mode' attribute.
X = 23The 'x' attribute.
X1 = 33The 'x1' attribute.
X2 = 35The 'x2' attribute.
XLinkHref = 114The 'xlink:href' attribute.
XmlLang = 4The 'xml:lang' attribute.
XmlSpace = 109The 'xml:space' attribute.
Y = 24The 'y' attribute.
Y1 = 34The 'y1' attribute.
Y2 = 36The 'y2' attribute.