Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SvgProperties<TLength, TTime>

Type parameters

  • TLength = (string & {}) | 0

  • TTime = string & {}

Hierarchy

Index

Properties

Optional alignmentBaseline

alignmentBaseline?: AlignmentBaseline

Optional baselineShift

baselineShift?: BaselineShift<TLength>

Optional clip

clip?: Clip

Optional clipPath

clipPath?: ClipPath

Optional clipRule

clipRule?: ClipRule

Optional color

Optional colorInterpolation

colorInterpolation?: ColorInterpolation

Optional colorRendering

colorRendering?: ColorRendering

Optional cursor

cursor?: Cursor

Optional direction

direction?: Direction

Optional display

display?: Display

Optional dominantBaseline

dominantBaseline?: DominantBaseline

Optional fill

fill?: Fill

Optional fillOpacity

fillOpacity?: FillOpacity

Optional fillRule

fillRule?: FillRule

Optional filter

filter?: Filter

Optional floodColor

floodColor?: FloodColor

Optional floodOpacity

floodOpacity?: FloodOpacity

Optional font

font?: Font

Optional fontFamily

fontFamily?: FontFamily

Optional fontSize

fontSize?: FontSize<TLength>

Optional fontSizeAdjust

fontSizeAdjust?: FontSizeAdjust

Optional fontStretch

fontStretch?: FontStretch

Optional fontStyle

fontStyle?: FontStyle

Optional fontVariant

fontVariant?: FontVariant

Optional fontWeight

fontWeight?: FontWeight

Optional glyphOrientationVertical

glyphOrientationVertical?: GlyphOrientationVertical

Optional imageRendering

imageRendering?: ImageRendering

Optional letterSpacing

letterSpacing?: LetterSpacing<TLength>

Optional lightingColor

lightingColor?: LightingColor

Optional lineHeight

lineHeight?: LineHeight<TLength>

Optional marker

marker?: Marker

Optional markerEnd

markerEnd?: MarkerEnd

Optional markerMid

markerMid?: MarkerMid

Optional markerStart

markerStart?: MarkerStart

Optional mask

mask?: Mask<TLength>

Optional opacity

opacity?: Opacity

Optional overflow

overflow?: Overflow

Optional paintOrder

paintOrder?: PaintOrder

Optional pointerEvents

pointerEvents?: PointerEvents

Optional shapeRendering

shapeRendering?: ShapeRendering

Optional stopColor

stopColor?: StopColor

Optional stopOpacity

stopOpacity?: StopOpacity

Optional stroke

stroke?: Stroke

Optional strokeDasharray

strokeDasharray?: StrokeDasharray<TLength>

Optional strokeDashoffset

strokeDashoffset?: StrokeDashoffset<TLength>

Optional strokeLinecap

strokeLinecap?: StrokeLinecap

Optional strokeLinejoin

strokeLinejoin?: StrokeLinejoin

Optional strokeMiterlimit

strokeMiterlimit?: StrokeMiterlimit

Optional strokeOpacity

strokeOpacity?: StrokeOpacity

Optional strokeWidth

strokeWidth?: StrokeWidth<TLength>

Optional textAnchor

textAnchor?: TextAnchor

Optional textDecoration

textDecoration?: TextDecoration<TLength>

Optional textRendering

textRendering?: TextRendering

Optional unicodeBidi

unicodeBidi?: UnicodeBidi

Optional vectorEffect

vectorEffect?: VectorEffect

Optional visibility

visibility?: Visibility

Optional whiteSpace

whiteSpace?: WhiteSpace

Optional wordSpacing

wordSpacing?: WordSpacing<TLength>

Optional writingMode

writingMode?: WritingMode

Generated using TypeDoc