Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SvgProperties

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

§Type Parameters

§
TLength = (string & {}) | 0
[src]
§
TTime = string & {}
[src]

§Properties

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