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

SvgAttributes

type SvgAttributes =
| "[accent-height]"
| "[alignment-baseline]"
| "[allowReorder]"
| "[alphabetic]"
| "[animation]"
| "[arabic-form]"
| "[ascent]"
| "[attributeName]"
| "[attributeType]"
| "[azimuth]"
| "[baseFrequency]"
| "[baseProfile]"
| "[baseline-shift]"
| "[bbox]"
| "[bias]"
| "[by]"
| "[calcMode]"
| "[cap-height]"
| "[class]"
| "[clip-path]"
| "[clip-rule]"
| "[clipPathUnits]"
| "[clip]"
| "[color-interpolation-filters]"
| "[color-interpolation]"
| "[color-profile]"
| "[color]"
| "[contentScriptType]"
| "[contentStyleType]"
| "[cursor]"
| "[cx]"
| "[cy]"
| "[d]"
| "[descent]"
| "[diffuseConstant]"
| "[direction]"
| "[display]"
| "[divisor]"
| "[document]"
| "[dominant-baseline]"
| "[download]"
| "[dur]"
| "[dx]"
| "[dy]"
| "[edgeMode]"
| "[elevation]"
| "[enable-background]"
| "[fill-opacity]"
| "[fill-rule]"
| "[fill]"
| "[filterRes]"
| "[filterUnits]"
| "[filter]"
| "[flood-color]"
| "[flood-opacity]"
| "[font-family]"
| "[font-size-adjust]"
| "[font-size]"
| "[font-stretch]"
| "[font-style]"
| "[font-variant]"
| "[font-weight]"
| "[format]"
| "[fr]"
| "[from]"
| "[fx]"
| "[fy]"
| "[g1]"
| "[g2]"
| "[global]"
| "[glyph-name]"
| "[glyph-orientation-horizontal]"
| "[glyph-orientation-vertical]"
| "[glyphRef]"
| "[gradientTransform]"
| "[gradientUnits]"
| "[graphical]"
| "[hanging]"
| "[height]"
| "[horiz-adv-x]"
| "[horiz-origin-x]"
| "[horiz-origin-y]"
| "[href]"
| "[hreflang]"
| "[id]"
| "[ideographic]"
| "[image-rendering]"
| "[in2]"
| "[in]"
| "[k1]"
| "[k2]"
| "[k3]"
| "[k4]"
| "[k]"
| "[kernelMatrix]"
| "[kernelUnitLength]"
| "[kerning]"
| "[keyPoints]"
| "[lang]"
| "[lengthAdjust]"
| "[letter-spacing]"
| "[lighting-color]"
| "[limitingConeAngle]"
| "[marker-end]"
| "[marker-mid]"
| "[marker-start]"
| "[markerHeight]"
| "[markerUnits]"
| "[markerWidth]"
| "[maskContentUnits]"
| "[maskUnits]"
| "[mask]"
| "[mathematical]"
| "[media]"
| "[mode]"
| "[name]"
| "[numOctaves]"
| "[offset]"
| "[opacity]"
| "[operator]"
| "[order]"
| "[orient]"
| "[orientation]"
| "[origin]"
| "[overflow]"
| "[overline-position]"
| "[overline-thickness]"
| "[paint-order]"
| "[panose-1]"
| "[path]"
| "[patternContentUnits]"
| "[patternTransform]"
| "[patternUnits]"
| "[ping]"
| "[pointer-events]"
| "[pointsAtX]"
| "[pointsAtY]"
| "[pointsAtZ]"
| "[points]"
| "[preserveAlpha]"
| "[preserveAspectRatio]"
| "[primitiveUnits]"
| "[r]"
| "[radius]"
| "[refX]"
| "[refY]"
| "[referrerpolicy]"
| "[rel]"
| "[repeatCount]"
| "[requiredExtensions]"
| "[requiredFeatures]"
| "[rotate]"
| "[rx]"
| "[ry]"
| "[scale]"
| "[seed]"
| "[shape-rendering]"
| "[side]"
| "[slope]"
| "[solid-color]"
| "[solid-opacity]"
| "[spacing]"
| "[specularConstant]"
| "[specularExponent]"
| "[spreadMethod]"
| "[startOffset]"
| "[stdDeviation]"
| "[stemh]"
| "[stemv]"
| "[stitchTiles]"
| "[stop-color]"
| "[stop-opacity]"
| "[strikethrough-position]"
| "[strikethrough-thickness]"
| "[string]"
| "[stroke-dasharray]"
| "[stroke-dashoffset]"
| "[stroke-linecap]"
| "[stroke-linejoin]"
| "[stroke-miterlimit]"
| "[stroke-opacity]"
| "[stroke-width]"
| "[stroke]"
| "[style]"
| "[surfaceScale]"
| "[systemLanguage]"
| "[tabindex]"
| "[targetX]"
| "[targetY]"
| "[target]"
| "[text-anchor]"
| "[text-decoration]"
| "[text-overflow]"
| "[text-rendering]"
| "[textLength]"
| "[title]"
| "[to]"
| "[transform-origin]"
| "[transform]"
| "[type]"
| "[u1]"
| "[u2]"
| "[underline-position]"
| "[underline-thickness]"
| "[unicode-bidi]"
| "[unicode-range]"
| "[unicode]"
| "[units-per-em]"
| "[v-alphabetic]"
| "[v-hanging]"
| "[v-ideographic]"
| "[v-mathematical]"
| "[values]"
| "[vector-effect]"
| "[version]"
| "[vert-adv-y]"
| "[vert-origin-x]"
| "[vert-origin-y]"
| "[viewBox]"
| "[viewTarget]"
| "[visibility]"
| "[white-space]"
| "[width]"
| "[widths]"
| "[word-spacing]"
| "[writing-mode]"
| "[x-height]"
| "[x1]"
| "[x2]"
| "[xChannelSelector]"
| "[x]"
| "[y1]"
| "[y2]"
| "[yChannelSelector]"
| "[y]"
| "[z]"
| "[zoomAndPan]";

§Type

§
"[accent-height]" | "[alignment-baseline]" | "[allowReorder]" | "[alphabetic]" | "[animation]" | "[arabic-form]" | "[ascent]" | "[attributeName]" | "[attributeType]" | "[azimuth]" | "[baseFrequency]" | "[baseProfile]" | "[baseline-shift]" | "[bbox]" | "[bias]" | "[by]" | "[calcMode]" | "[cap-height]" | "[class]" | "[clip-path]" | "[clip-rule]" | "[clipPathUnits]" | "[clip]" | "[color-interpolation-filters]" | "[color-interpolation]" | "[color-profile]" | "[color]" | "[contentScriptType]" | "[contentStyleType]" | "[cursor]" | "[cx]" | "[cy]" | "[d]" | "[descent]" | "[diffuseConstant]" | "[direction]" | "[display]" | "[divisor]" | "[document]" | "[dominant-baseline]" | "[download]" | "[dur]" | "[dx]" | "[dy]" | "[edgeMode]" | "[elevation]" | "[enable-background]" | "[fill-opacity]" | "[fill-rule]" | "[fill]" | "[filterRes]" | "[filterUnits]" | "[filter]" | "[flood-color]" | "[flood-opacity]" | "[font-family]" | "[font-size-adjust]" | "[font-size]" | "[font-stretch]" | "[font-style]" | "[font-variant]" | "[font-weight]" | "[format]" | "[fr]" | "[from]" | "[fx]" | "[fy]" | "[g1]" | "[g2]" | "[global]" | "[glyph-name]" | "[glyph-orientation-horizontal]" | "[glyph-orientation-vertical]" | "[glyphRef]" | "[gradientTransform]" | "[gradientUnits]" | "[graphical]" | "[hanging]" | "[height]" | "[horiz-adv-x]" | "[horiz-origin-x]" | "[horiz-origin-y]" | "[href]" | "[hreflang]" | "[id]" | "[ideographic]" | "[image-rendering]" | "[in2]" | "[in]" | "[k1]" | "[k2]" | "[k3]" | "[k4]" | "[k]" | "[kernelMatrix]" | "[kernelUnitLength]" | "[kerning]" | "[keyPoints]" | "[lang]" | "[lengthAdjust]" | "[letter-spacing]" | "[lighting-color]" | "[limitingConeAngle]" | "[marker-end]" | "[marker-mid]" | "[marker-start]" | "[markerHeight]" | "[markerUnits]" | "[markerWidth]" | "[maskContentUnits]" | "[maskUnits]" | "[mask]" | "[mathematical]" | "[media]" | "[mode]" | "[name]" | "[numOctaves]" | "[offset]" | "[opacity]" | "[operator]" | "[order]" | "[orient]" | "[orientation]" | "[origin]" | "[overflow]" | "[overline-position]" | "[overline-thickness]" | "[paint-order]" | "[panose-1]" | "[path]" | "[patternContentUnits]" | "[patternTransform]" | "[patternUnits]" | "[ping]" | "[pointer-events]" | "[pointsAtX]" | "[pointsAtY]" | "[pointsAtZ]" | "[points]" | "[preserveAlpha]" | "[preserveAspectRatio]" | "[primitiveUnits]" | "[r]" | "[radius]" | "[refX]" | "[refY]" | "[referrerpolicy]" | "[rel]" | "[repeatCount]" | "[requiredExtensions]" | "[requiredFeatures]" | "[rotate]" | "[rx]" | "[ry]" | "[scale]" | "[seed]" | "[shape-rendering]" | "[side]" | "[slope]" | "[solid-color]" | "[solid-opacity]" | "[spacing]" | "[specularConstant]" | "[specularExponent]" | "[spreadMethod]" | "[startOffset]" | "[stdDeviation]" | "[stemh]" | "[stemv]" | "[stitchTiles]" | "[stop-color]" | "[stop-opacity]" | "[strikethrough-position]" | "[strikethrough-thickness]" | "[string]" | "[stroke-dasharray]" | "[stroke-dashoffset]" | "[stroke-linecap]" | "[stroke-linejoin]" | "[stroke-miterlimit]" | "[stroke-opacity]" | "[stroke-width]" | "[stroke]" | "[style]" | "[surfaceScale]" | "[systemLanguage]" | "[tabindex]" | "[targetX]" | "[targetY]" | "[target]" | "[text-anchor]" | "[text-decoration]" | "[text-overflow]" | "[text-rendering]" | "[textLength]" | "[title]" | "[to]" | "[transform-origin]" | "[transform]" | "[type]" | "[u1]" | "[u2]" | "[underline-position]" | "[underline-thickness]" | "[unicode-bidi]" | "[unicode-range]" | "[unicode]" | "[units-per-em]" | "[v-alphabetic]" | "[v-hanging]" | "[v-ideographic]" | "[v-mathematical]" | "[values]" | "[vector-effect]" | "[version]" | "[vert-adv-y]" | "[vert-origin-x]" | "[vert-origin-y]" | "[viewBox]" | "[viewTarget]" | "[visibility]" | "[white-space]" | "[width]" | "[widths]" | "[word-spacing]" | "[writing-mode]" | "[x-height]" | "[x1]" | "[x2]" | "[xChannelSelector]" | "[x]" | "[y1]" | "[y2]" | "[yChannelSelector]" | "[y]" | "[z]" | "[zoomAndPan]"
[src]