Options
All
  • Public
  • Public/Protected
  • All
Menu

The ISvgPresentationProps interface defines SVG Presentation Attributes.

Hierarchy

  • ISvgPresentationAttrs

Index

Properties

Optional alignmentBaseline

alignmentBaseline?: "inherit" | AlignmentBaselineKeyword

Optional baselineShift

baselineShift?: "sub" | "inherit" | "super" | SvgLength

Optional 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 fill

fill?: SvgPaint

Optional fillOpacity

fillOpacity?: SvgPercent

Optional fillRule

fillRule?: "inherit" | FillRule

Optional filter

filter?: Filter_StyleType

Optional floodColor

floodColor?: CssColor

Optional floodOpacity

floodOpacity?: SvgPercent

Optional fontFamily

fontFamily?: string

Optional fontSize

fontSize?: "inherit" | SvgLength | FontSizeKeyword

Optional fontSizeAdjust

fontSizeAdjust?: number | "none" | "inherit"

Optional fontStretch

fontStretch?: "inherit" | SvgPercent | FontStretchKeyword

Optional 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

letterSpacing?: "inherit" | "normal" | SvgLength

Optional 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 stroke

stroke?: SvgPaint

Optional strokeDasharray

strokeDasharray?: "none" | OneOrMany<SvgLength>

Optional strokeDashoffset

strokeDashoffset?: SvgLength

Optional strokeLinecap

strokeLinecap?: StrokeLinecap_StyleType

Optional strokeLinejoin

strokeLinejoin?: StrokeLinejoin_StyleType

Optional strokeMiterlimit

strokeMiterlimit?: number

Optional strokeOpacity

strokeOpacity?: SvgPercent

Optional strokeWidth

strokeWidth?: SvgLength

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

transformOrigin?: 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 wordSpacing

wordSpacing?: "inherit" | SvgLength

Optional writingMode

writingMode?: "inherit" | WritingMode_StyleType