Properties
Optional alignmentBaseline
alignmentBaseline?: "inherit" | AlignmentBaselineKeyword
Optional baselineShift
baseline
Shift
?: "sub" | "inherit" | "super" | SvgLengthOptional clipPath
clipPath?: "inherit" | ClipPath_StyleType
Optional clipRule
clipRule?: "inherit" | ClipRule_StyleType
Optional color
color?: "inherit" | CssColor
Optional colorInterpolation
colorInterpolation?: "inherit" | ColorInterpolation_StyleType
Optional colorInterpolationFilters
colorInterpolationFilters?: "inherit" | ColorInterpolation_StyleType
Optional cursor
cursor?: "inherit" | Cursor_StyleType
Optional d
d?: string | IPathBuilder
Optional direction
direction?: "inherit" | Direction
Optional display
display?: Display_StyleType
Optional dominantBaseline
dominantBaseline?: "inherit" | DominantBaseline_StyleType
Optional fillRule
fillRule?: "inherit" | FillRule
Optional filter
filter?: Filter_StyleType
Optional floodColor
floodColor?: CssColor
Optional fontFamily
fontFamily?: string
Optional fontSize
font
Size
?: "inherit" | SvgLength | FontSizeKeywordOptional fontSizeAdjust
fontSizeAdjust?: number | "none" | "inherit"
Optional fontStretch
font
Stretch
?: "inherit" | SvgPercent | FontStretchKeywordOptional fontStyle
fontStyle?: "normal" | "italic" | "oblique"
Optional fontVariant
fontVariant?: string
Optional fontWeight
fontWeight?: number | "bold" | "inherit" | "normal" | "bolder" | "lighter"
Optional imageRendering
imageRendering?: "inherit" | ImageRendering_StyleType
Optional letterSpacing
letter
Spacing
?: "inherit" | "normal" | SvgLengthOptional lightingColor
lightingColor?: CssColor
Optional markerEnd
markerEnd?: "inherit" | Marker_StyleType
Optional markerMid
markerMid?: "inherit" | Marker_StyleType
Optional markerStart
markerStart?: "inherit" | Marker_StyleType
Optional mask
mask?: string
Optional opacity
opacity?: number
Optional overflow
overflow?: "scroll" | "inherit" | "auto" | "hidden" | "visible"
Optional pointerEvents
pointerEvents?: PointerEvents_StyleType
Optional shapeRendering
shapeRendering?: "inherit" | ShapeRendering_StyleType
Optional stopColor
stopColor?: CssColor
Optional stopOpacity
stopOpacity?: number
Optional strokeDasharray
stroke
Dasharray
?: "none" | OneOrMany<SvgLength>Optional strokeDashoffset
Optional strokeLinecap
strokeLinecap?: StrokeLinecap_StyleType
Optional strokeLinejoin
strokeLinejoin?: StrokeLinejoin_StyleType
Optional strokeMiterlimit
strokeMiterlimit?: number
Optional textAnchor
textAnchor?: "inherit" | TextAnchor_StyleType
Optional textDecoration
textDecoration?: "blink" | "none" | "inherit" | "underline" | "overline" | "line-through"
Optional textRendering
textRendering?: "inherit" | TextRendering_StyleType
Optional transform
transform?: Transform_StyleType
Optional transformOrigin
transform
Origin
?: number | "bottom" | "left" | "right" | "top" | `${number}%` | `${number}in` | `${number}fr` | `${number}Q` | `${number}ch` | `${number}cm` | `${number}em` | `${number}ex` | `${number}ic` | `${number}lh` | `${number}mm` | `${number}pc` | `${number}pt` | `${number}px` | `${number}vb` | `${number}vh` | `${number}vi` | `${number}vw` | `${number}rem` | `${number}rlh` | `${number}vmax` | `${number}vmin` | "center" | [SvgLength | HorizontalPositionKeyword, SvgLength | VerticalPositionKeyword, SvgLength?]Optional unicodeBidi
unicodeBidi?: UnicodeBidi_StyleType
Optional vectorEffect
vectorEffect?: VectorEffect_StyleType
Optional visibility
visibility?: "inherit" | Visibility_StyleType
Optional writingMode
writingMode?: "inherit" | WritingMode_StyleType
The ISvgPresentationProps interface defines SVG Presentation Attributes.