Interface SvgProperties<TLength, TTime>

interface SvgProperties<TLength = string & {} | 0, TTime = string & {}> {
    alignmentBaseline?: AlignmentBaseline;
    baselineShift?: BaselineShift<TLength>;
    clip?: Clip;
    clipPath?: ClipPath;
    clipRule?: ClipRule;
    color?: Color;
    colorInterpolation?: ColorInterpolation;
    colorRendering?: ColorRendering;
    cursor?: Cursor;
    direction?: Direction;
    display?: Display;
    dominantBaseline?: DominantBaseline;
    fill?: Fill;
    fillOpacity?: FillOpacity;
    fillRule?: FillRule;
    filter?: Filter;
    floodColor?: FloodColor;
    floodOpacity?: FloodOpacity;
    font?: Font;
    fontFamily?: FontFamily;
    fontSize?: FontSize<TLength>;
    fontSizeAdjust?: FontSizeAdjust;
    fontStretch?: FontStretch;
    fontStyle?: FontStyle;
    fontVariant?: FontVariant;
    fontWeight?: FontWeight;
    glyphOrientationVertical?: GlyphOrientationVertical;
    imageRendering?: ImageRendering;
    letterSpacing?: LetterSpacing<TLength>;
    lightingColor?: LightingColor;
    lineHeight?: LineHeight<TLength>;
    marker?: Marker;
    markerEnd?: MarkerEnd;
    markerMid?: MarkerMid;
    markerStart?: MarkerStart;
    mask?: Mask<TLength>;
    opacity?: Opacity;
    overflow?: Overflow;
    paintOrder?: PaintOrder;
    pointerEvents?: PointerEvents;
    shapeRendering?: ShapeRendering;
    stopColor?: StopColor;
    stopOpacity?: StopOpacity;
    stroke?: Stroke;
    strokeDasharray?: StrokeDasharray<TLength>;
    strokeDashoffset?: StrokeDashoffset<TLength>;
    strokeLinecap?: StrokeLinecap;
    strokeLinejoin?: StrokeLinejoin;
    strokeMiterlimit?: StrokeMiterlimit;
    strokeOpacity?: StrokeOpacity;
    strokeWidth?: StrokeWidth<TLength>;
    textAnchor?: TextAnchor;
    textDecoration?: TextDecoration<TLength>;
    textRendering?: TextRendering;
    unicodeBidi?: UnicodeBidi;
    vectorEffect?: VectorEffect;
    visibility?: Visibility;
    whiteSpace?: WhiteSpace;
    wordSpacing?: WordSpacing<TLength>;
    writingMode?: WritingMode;
}

Type Parameters

  • TLength = string & {} | 0
  • TTime = string & {}

Hierarchy (View Summary)

Properties

alignmentBaseline?: AlignmentBaseline
baselineShift?: BaselineShift<TLength>
clip?: Clip
clipPath?: ClipPath
clipRule?: ClipRule
color?: Color
colorInterpolation?: ColorInterpolation
colorRendering?: ColorRendering
cursor?: Cursor
direction?: Direction
display?: Display
dominantBaseline?: DominantBaseline
fill?: Fill
fillOpacity?: FillOpacity
fillRule?: FillRule
filter?: Filter
floodColor?: FloodColor
floodOpacity?: FloodOpacity
font?: Font
fontFamily?: FontFamily
fontSize?: FontSize<TLength>
fontSizeAdjust?: FontSizeAdjust
fontStretch?: FontStretch
fontStyle?: FontStyle
fontVariant?: FontVariant
fontWeight?: FontWeight
glyphOrientationVertical?: GlyphOrientationVertical
imageRendering?: ImageRendering
letterSpacing?: LetterSpacing<TLength>
lightingColor?: LightingColor
lineHeight?: LineHeight<TLength>
marker?: Marker
markerEnd?: MarkerEnd
markerMid?: MarkerMid
markerStart?: MarkerStart
mask?: Mask<TLength>
opacity?: Opacity
overflow?: Overflow
paintOrder?: PaintOrder
pointerEvents?: PointerEvents
shapeRendering?: ShapeRendering
stopColor?: StopColor
stopOpacity?: StopOpacity
stroke?: Stroke
strokeDasharray?: StrokeDasharray<TLength>
strokeDashoffset?: StrokeDashoffset<TLength>
strokeLinecap?: StrokeLinecap
strokeLinejoin?: StrokeLinejoin
strokeMiterlimit?: StrokeMiterlimit
strokeOpacity?: StrokeOpacity
strokeWidth?: StrokeWidth<TLength>
textAnchor?: TextAnchor
textDecoration?: TextDecoration<TLength>
textRendering?: TextRendering
unicodeBidi?: UnicodeBidi
vectorEffect?: VectorEffect
visibility?: Visibility
whiteSpace?: WhiteSpace
wordSpacing?: WordSpacing<TLength>
writingMode?: WritingMode