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

JSXInternal.SVGAttributes

interface SVGAttributes <Target extends EventTarget = SVGElement> extends HTMLAttributes<Target> {
accentHeight?: number | string;
accumulate?: "none" | "sum";
additive?: "replace" | "sum";
alignmentBaseline?:
| "auto"
| "baseline"
| "before-edge"
| "text-before-edge"
| "middle"
| "central"
| "after-edge"
| "text-after-edge"
| "ideographic"
| "alphabetic"
| "hanging"
| "mathematical"
| "inherit";
allowReorder?: "no" | "yes";
alphabetic?: number | string;
amplitude?: number | string;
arabicForm?:
| "initial"
| "medial"
| "terminal"
| "isolated";
ascent?: number | string;
attributeName?: string;
attributeType?: string;
autoReverse?: number | string;
azimuth?: number | string;
baseFrequency?: number | string;
baselineShift?: number | string;
baseProfile?: number | string;
bbox?: number | string;
begin?: number | string;
bias?: number | string;
by?: number | string;
calcMode?: number | string;
capHeight?: number | string;
clip?: number | string;
clipPath?: string;
clipPathUnits?: number | string;
clipRule?: number | string;
colorInterpolation?: number | string;
colorInterpolationFilters?:
| "auto"
| "sRGB"
| "linearRGB"
| "inherit";
colorProfile?: number | string;
colorRendering?: number | string;
contentScriptType?: number | string;
contentStyleType?: number | string;
cursor?: number | string;
cx?: number | string;
cy?: number | string;
d?: string;
decelerate?: number | string;
descent?: number | string;
diffuseConstant?: number | string;
direction?: number | string;
display?: number | string;
divisor?: number | string;
dominantBaseline?: number | string;
dur?: number | string;
dx?: number | string;
dy?: number | string;
edgeMode?: number | string;
elevation?: number | string;
enableBackground?: number | string;
end?: number | string;
exponent?: number | string;
externalResourcesRequired?: number | string;
fill?: string;
fillOpacity?: number | string;
fillRule?: "nonzero" | "evenodd" | "inherit";
filter?: string;
filterRes?: number | string;
filterUnits?: number | string;
floodColor?: number | string;
floodOpacity?: number | string;
focusable?: number | string;
fontFamily?: string;
fontSize?: number | string;
fontSizeAdjust?: number | string;
fontStretch?: number | string;
fontStyle?: number | string;
fontVariant?: number | string;
fontWeight?: number | string;
format?: number | string;
from?: number | string;
fx?: number | string;
fy?: number | string;
g1?: number | string;
g2?: number | string;
glyphName?: number | string;
glyphOrientationHorizontal?: number | string;
glyphOrientationVertical?: number | string;
glyphRef?: number | string;
gradientTransform?: string;
gradientUnits?: string;
hanging?: number | string;
horizAdvX?: number | string;
horizOriginX?: number | string;
ideographic?: number | string;
imageRendering?: number | string;
in?: string;
in2?: number | string;
intercept?: number | string;
k?: number | string;
k1?: number | string;
k2?: number | string;
k3?: number | string;
k4?: number | string;
kernelMatrix?: number | string;
kernelUnitLength?: number | string;
kerning?: number | string;
keyPoints?: number | string;
keySplines?: number | string;
keyTimes?: number | string;
lengthAdjust?: number | string;
letterSpacing?: number | string;
lightingColor?: number | string;
limitingConeAngle?: number | string;
local?: number | string;
markerEnd?: string;
markerHeight?: number | string;
markerMid?: string;
markerStart?: string;
markerUnits?: number | string;
markerWidth?: number | string;
mask?: string;
maskContentUnits?: number | string;
maskUnits?: number | string;
mathematical?: number | string;
mode?: number | string;
numOctaves?: number | string;
offset?: number | string;
opacity?: number | string;
operator?: number | string;
order?: number | string;
orient?: number | string;
orientation?: number | string;
origin?: number | string;
overflow?: number | string;
overlinePosition?: number | string;
overlineThickness?: number | string;
paintOrder?: number | string;
panose1?: number | string;
pathLength?: number | string;
patternContentUnits?: string;
patternTransform?: number | string;
patternUnits?: string;
pointerEvents?: number | string;
points?: string;
pointsAtX?: number | string;
pointsAtY?: number | string;
pointsAtZ?: number | string;
preserveAlpha?: number | string;
preserveAspectRatio?: string;
primitiveUnits?: number | string;
r?: number | string;
radius?: number | string;
refX?: number | string;
refY?: number | string;
renderingIntent?: number | string;
repeatCount?: number | string;
repeatDur?: number | string;
requiredExtensions?: number | string;
requiredFeatures?: number | string;
restart?: number | string;
result?: string;
rotate?: number | string;
rx?: number | string;
ry?: number | string;
scale?: number | string;
seed?: number | string;
shapeRendering?: number | string;
slope?: number | string;
spacing?: number | string;
specularConstant?: number | string;
specularExponent?: number | string;
speed?: number | string;
spreadMethod?: string;
startOffset?: number | string;
stdDeviation?: number | string;
stemh?: number | string;
stemv?: number | string;
stitchTiles?: number | string;
stopColor?: string;
stopOpacity?: number | string;
strikethroughPosition?: number | string;
strikethroughThickness?: number | string;
string?: number | string;
stroke?: string;
strokeDasharray?: string | number;
strokeDashoffset?: string | number;
strokeLinecap?:
| "butt"
| "round"
| "square"
| "inherit";
strokeLinejoin?:
| "miter"
| "round"
| "bevel"
| "inherit";
strokeMiterlimit?: string | number;
strokeOpacity?: number | string;
strokeWidth?: number | string;
surfaceScale?: number | string;
systemLanguage?: number | string;
tableValues?: number | string;
targetX?: number | string;
targetY?: number | string;
textAnchor?: string;
textDecoration?: number | string;
textLength?: number | string;
textRendering?: number | string;
to?: number | string;
transform?: string;
u1?: number | string;
u2?: number | string;
underlinePosition?: number | string;
underlineThickness?: number | string;
unicode?: number | string;
unicodeBidi?: number | string;
unicodeRange?: number | string;
unitsPerEm?: number | string;
vAlphabetic?: number | string;
values?: string;
vectorEffect?: number | string;
version?: string;
vertAdvY?: number | string;
vertOriginX?: number | string;
vertOriginY?: number | string;
vHanging?: number | string;
vIdeographic?: number | string;
viewBox?: string;
viewTarget?: number | string;
visibility?: number | string;
vMathematical?: number | string;
widths?: number | string;
wordSpacing?: number | string;
writingMode?: number | string;
x?: number | string;
x1?: number | string;
x2?: number | string;
xChannelSelector?: string;
xHeight?: number | string;
xlinkActuate?: string;
xlinkArcrole?: string;
xlinkHref?: string;
xlinkRole?: string;
xlinkShow?: string;
xlinkTitle?: string;
xlinkType?: string;
xmlBase?: string;
xmlLang?: string;
xmlns?: string;
xmlnsXlink?: string;
xmlSpace?: string;
y?: number | string;
y1?: number | string;
y2?: number | string;
yChannelSelector?: string;
z?: number | string;
zoomAndPan?: string;
}

§Type Parameters

§
Target extends EventTarget = SVGElement
[src]

§Extends

§Properties

§
accentHeight?: number | string
[src]
§
accumulate?: "none" | "sum"
[src]
§
additive?: "replace" | "sum"
[src]
§
alignmentBaseline?: "auto" | "baseline" | "before-edge" | "text-before-edge" | "middle" | "central" | "after-edge" | "text-after-edge" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "inherit"
[src]
§
allowReorder?: "no" | "yes"
[src]
§
alphabetic?: number | string
[src]
§
amplitude?: number | string
[src]
§
arabicForm?: "initial" | "medial" | "terminal" | "isolated"
[src]
§
ascent?: number | string
[src]
§
attributeName?: string
[src]
§
attributeType?: string
[src]
§
autoReverse?: number | string
[src]
§
azimuth?: number | string
[src]
§
baseFrequency?: number | string
[src]
§
baselineShift?: number | string
[src]
§
baseProfile?: number | string
[src]
§
bbox?: number | string
[src]
§
begin?: number | string
[src]
§
bias?: number | string
[src]
§
by?: number | string
[src]
§
calcMode?: number | string
[src]
§
capHeight?: number | string
[src]
§
clip?: number | string
[src]
§
clipPath?: string
[src]
§
clipPathUnits?: number | string
[src]
§
clipRule?: number | string
[src]
§
colorInterpolation?: number | string
[src]
§
colorInterpolationFilters?: "auto" | "sRGB" | "linearRGB" | "inherit"
[src]
§
colorProfile?: number | string
[src]
§
colorRendering?: number | string
[src]
§
contentScriptType?: number | string
[src]
§
contentStyleType?: number | string
[src]
§
cursor?: number | string
[src]
§
cx?: number | string
[src]
§
cy?: number | string
[src]
§
d?: string
[src]
§
decelerate?: number | string
[src]
§
descent?: number | string
[src]
§
diffuseConstant?: number | string
[src]
§
direction?: number | string
[src]
§
display?: number | string
[src]
§
divisor?: number | string
[src]
§
dominantBaseline?: number | string
[src]
§
dur?: number | string
[src]
§
dx?: number | string
[src]
§
dy?: number | string
[src]
§
edgeMode?: number | string
[src]
§
elevation?: number | string
[src]
§
enableBackground?: number | string
[src]
§
end?: number | string
[src]
§
exponent?: number | string
[src]
§
externalResourcesRequired?: number | string
[src]
§
fill?: string
[src]
§
fillOpacity?: number | string
[src]
§
fillRule?: "nonzero" | "evenodd" | "inherit"
[src]
§
filter?: string
[src]
§
filterRes?: number | string
[src]
§
filterUnits?: number | string
[src]
§
floodColor?: number | string
[src]
§
floodOpacity?: number | string
[src]
§
focusable?: number | string
[src]
§
fontFamily?: string
[src]
§
fontSize?: number | string
[src]
§
fontSizeAdjust?: number | string
[src]
§
fontStretch?: number | string
[src]
§
fontStyle?: number | string
[src]
§
fontVariant?: number | string
[src]
§
fontWeight?: number | string
[src]
§
format?: number | string
[src]
§
from?: number | string
[src]
§
fx?: number | string
[src]
§
fy?: number | string
[src]
§
g1?: number | string
[src]
§
g2?: number | string
[src]
§
glyphName?: number | string
[src]
§
glyphOrientationHorizontal?: number | string
[src]
§
glyphOrientationVertical?: number | string
[src]
§
glyphRef?: number | string
[src]
§
gradientTransform?: string
[src]
§
gradientUnits?: string
[src]
§
hanging?: number | string
[src]
§
horizAdvX?: number | string
[src]
§
horizOriginX?: number | string
[src]
§
ideographic?: number | string
[src]
§
imageRendering?: number | string
[src]
§
in?: string
[src]
§
in2?: number | string
[src]
§
intercept?: number | string
[src]
§
k?: number | string
[src]
§
k1?: number | string
[src]
§
k2?: number | string
[src]
§
k3?: number | string
[src]
§
k4?: number | string
[src]
§
kernelMatrix?: number | string
[src]
§
kernelUnitLength?: number | string
[src]
§
kerning?: number | string
[src]
§
keyPoints?: number | string
[src]
§
keySplines?: number | string
[src]
§
keyTimes?: number | string
[src]
§
lengthAdjust?: number | string
[src]
§
letterSpacing?: number | string
[src]
§
lightingColor?: number | string
[src]
§
limitingConeAngle?: number | string
[src]
§
local?: number | string
[src]
§
markerEnd?: string
[src]
§
markerHeight?: number | string
[src]
§
markerMid?: string
[src]
§
markerStart?: string
[src]
§
markerUnits?: number | string
[src]
§
markerWidth?: number | string
[src]
§
mask?: string
[src]
§
maskContentUnits?: number | string
[src]
§
maskUnits?: number | string
[src]
§
mathematical?: number | string
[src]
§
mode?: number | string
[src]
§
numOctaves?: number | string
[src]
§
offset?: number | string
[src]
§
opacity?: number | string
[src]
§
operator?: number | string
[src]
§
order?: number | string
[src]
§
orient?: number | string
[src]
§
orientation?: number | string
[src]
§
origin?: number | string
[src]
§
overflow?: number | string
[src]
§
overlinePosition?: number | string
[src]
§
overlineThickness?: number | string
[src]
§
paintOrder?: number | string
[src]
§
panose1?: number | string
[src]
§
pathLength?: number | string
[src]
§
patternContentUnits?: string
[src]
§
patternTransform?: number | string
[src]
§
patternUnits?: string
[src]
§
pointerEvents?: number | string
[src]
§
points?: string
[src]
§
pointsAtX?: number | string
[src]
§
pointsAtY?: number | string
[src]
§
pointsAtZ?: number | string
[src]
§
preserveAlpha?: number | string
[src]
§
preserveAspectRatio?: string
[src]
§
primitiveUnits?: number | string
[src]
§
r?: number | string
[src]
§
radius?: number | string
[src]
§
refX?: number | string
[src]
§
refY?: number | string
[src]
§
renderingIntent?: number | string
[src]
§
repeatCount?: number | string
[src]
§
repeatDur?: number | string
[src]
§
requiredExtensions?: number | string
[src]
§
requiredFeatures?: number | string
[src]
§
restart?: number | string
[src]
§
result?: string
[src]
§
rotate?: number | string
[src]
§
rx?: number | string
[src]
§
ry?: number | string
[src]
§
scale?: number | string
[src]
§
seed?: number | string
[src]
§
shapeRendering?: number | string
[src]
§
slope?: number | string
[src]
§
spacing?: number | string
[src]
§
specularConstant?: number | string
[src]
§
specularExponent?: number | string
[src]
§
speed?: number | string
[src]
§
spreadMethod?: string
[src]
§
startOffset?: number | string
[src]
§
stdDeviation?: number | string
[src]
§
stemh?: number | string
[src]
§
stemv?: number | string
[src]
§
stitchTiles?: number | string
[src]
§
stopColor?: string
[src]
§
stopOpacity?: number | string
[src]
§
strikethroughPosition?: number | string
[src]
§
strikethroughThickness?: number | string
[src]
§
string?: number | string
[src]
§
stroke?: string
[src]
§
strokeDasharray?: string | number
[src]
§
strokeDashoffset?: string | number
[src]
§
strokeLinecap?: "butt" | "round" | "square" | "inherit"
[src]
§
strokeLinejoin?: "miter" | "round" | "bevel" | "inherit"
[src]
§
strokeMiterlimit?: string | number
[src]
§
strokeOpacity?: number | string
[src]
§
strokeWidth?: number | string
[src]
§
surfaceScale?: number | string
[src]
§
systemLanguage?: number | string
[src]
§
tableValues?: number | string
[src]
§
targetX?: number | string
[src]
§
targetY?: number | string
[src]
§
textAnchor?: string
[src]
§
textDecoration?: number | string
[src]
§
textLength?: number | string
[src]
§
textRendering?: number | string
[src]
§
to?: number | string
[src]
§
transform?: string
[src]
§
u1?: number | string
[src]
§
u2?: number | string
[src]
§
underlinePosition?: number | string
[src]
§
underlineThickness?: number | string
[src]
§
unicode?: number | string
[src]
§
unicodeBidi?: number | string
[src]
§
unicodeRange?: number | string
[src]
§
unitsPerEm?: number | string
[src]
§
vAlphabetic?: number | string
[src]
§
values?: string
[src]
§
vectorEffect?: number | string
[src]
§
version?: string
[src]
§
vertAdvY?: number | string
[src]
§
vertOriginX?: number | string
[src]
§
vertOriginY?: number | string
[src]
§
vHanging?: number | string
[src]
§
vIdeographic?: number | string
[src]
§
viewBox?: string
[src]
§
viewTarget?: number | string
[src]
§
visibility?: number | string
[src]
§
vMathematical?: number | string
[src]
§
widths?: number | string
[src]
§
wordSpacing?: number | string
[src]
§
writingMode?: number | string
[src]
§
x?: number | string
[src]
§
x1?: number | string
[src]
§
x2?: number | string
[src]
§
xChannelSelector?: string
[src]
§
xHeight?: number | string
[src]
§
xlinkActuate?: string
[src]
§
xlinkArcrole?: string
[src]
§
xlinkHref?: string
[src]
§
xlinkRole?: string
[src]
§
xlinkShow?: string
[src]
§
xlinkTitle?: string
[src]
§
xlinkType?: string
[src]
§
xmlBase?: string
[src]
§
xmlLang?: string
[src]
§
xmlns?: string
[src]
§
xmlSpace?: string
[src]
§
y?: number | string
[src]
§
y1?: number | string
[src]
§
y2?: number | string
[src]
§
yChannelSelector?: string
[src]
§
z?: number | string
[src]
§
zoomAndPan?: string
[src]