Cookies info

This website uses Google cookies to analyse traffic. Information about your use of our site is shared with Google for that purpose. See details.

SVG Features compatibility

AmanithSVG implements the rendering of static SVG files, supporting a limited set of SVG elements and attributes, as follow.

Index:


Elements

ElementsSVG Full 1.1SVG Tiny 1.2AmanithSVG FullAmanithSVG LiteNotes
<svg>-
<g>-
<defs>-
<desc>-
<title>-
<symbol>-
<use>-
<image>Embedded base64 encoded JPEG and PNG images (no 16bit formats), and through svgtResourceSet API.
<switch>‘requiredExtensions’ attribute is not supported.
<style>-
<path>-
<rect>-
<circle>-
<ellipse>-
<line>-
<polyline>-
<polygon>-
<text>-
<tspan>-
<tref>-
<textPath>-
<altGlyph>-
<altGlyphDef>-
<altGlyphItem>-
<glyphRef>-
<textArea>-
<tbreak>-
<marker>-
<solidColor>-
<color-profile>-
<linearGradient>Solid color equal to the first stop is used instead, in AmanithSVG Lite.
<radialGradient>Solid color equal to the first stop is used instead, in AmanithSVG Lite.
<stop>Only the first stop is used in AmanithSVG Lite.
<pattern>Solid white is used instead, in AmanithSVG Lite.
<clipPath><clipPath> elements containing a single child and a maximum of 31 concurrent active <clipPath> only are supported.
<mask>-
<filter>‘filterRes’ attribute is not supported.
<feDistantLight>-
<fePointLight>-
<feSpotLight>-
<feBlend>-
<feColorMatrix>-
<feComponentTransfer>-
<feFuncR>-
<feFuncG>-
<feFuncB>-
<feFuncA>-
<feComposite>-
<feConvolveMatrix>-
<feDiffuseLighting>‘kernelUnitLength’ attribute is not supported.
<feDisplacementMap>-
<feFlood>-
<feGaussianBlur>-
<feImage>-
<feMerge>-
<feMergeNode>-
<feMorphology>-
<feOffset>-
<feSpecularLighting>‘kernelUnitLength’ attribute is not supported.
<feTile>-
<feTurbulence>-
<cursor>-
<a>-
<view>-
<script>-
<animate>-
<set>-
<animateMotion>-
<animateColor>-
<animateTransform>-
<mpath>-
<font>-
<glyph>-
<missing-glyph>-
<hkern>-
<vkern>-
<font-face>-
<font-face-src>-
<font-face-uri>-
<font-face-format>-
<font-face-name>-
<metadata>-
<foreignObject>-

Attributes

Note for AmanithSVG Lite: although indicated as supported, attributes are intended to be truly supported only if the element to which they refer is itself supported.

Animation event attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
onbegin-
onend-
onrepeat-
onload-

Animation attribute target attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
attributeType-
attributeName-

Animation timing attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
begin-
dur-
end-
min-
max-
restart-
repeatCount-
repeatDur-
fill-

Animation value attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
calcMode-
values-
keyTimes-
keySplines-
from-
to-
by-

Animation addition attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
additive-
accumulate-

Conditional processing attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
requiredFeatures-
requiredExtensions-
requiredFormats-
requiredFonts-
systemLanguage-

Core attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
id-
xml:base-
xml:lang-
xml:space-
xml:id-

Document event attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
onunload-
onabort-
onerror-
onresize-
onscroll-
onzoom-

Filter primitive attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
x-
y-
width-
height-
result-

Graphical event attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
onfocusin-
onfocusout-
onactivate-
onclick-
onmousedown-
onmouseup-
onmouseover-
onmousemove-
onmouseout-
onload-

Presentation attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
alignment-baseline-
audio-level-
baseline-shift-
buffered-rendering-
clip-
clip-path-
clip-rule-
color-
color-interpolationsupported on <mask> element only
color-interpolation-filters-
color-profile-
color-rendering-
cursor-
direction-
displayinline, none, inherit; other values are treated as inline
display-align-
dominant-baseline-
enable-background-
fill-
fill-opacity-
fill-rule-
filter-
flood-color-
flood-opacity-
font-family-
font-size-
font-size-adjust-
font-stretch-
font-style-
font-variant-
font-weight-
glyph-orientation-horizontal-
glyph-orientation-verticalnon-deprecated values only
image-rendering-
kerning-
letter-spacing-
lighting-color-
line-increment-
marker-end-
marker-mid-
marker-start-
mask-
opacity-
overflowvisible, hidden, on <svg> and <symbol> elements only
pointer-events-
shape-rendering-
solid-color-
solid-opacity-
stop-color-
stop-opacity-
stroke-
stroke-dasharray-
stroke-dashoffset-
stroke-linecap-
stroke-linejoin-
stroke-miterlimit-
stroke-opacity-
stroke-width-
text-align-
text-anchor-
text-decoration-
text-rendering-
unicode-bidi-
vector-effect-
viewport-fill-
viewport-opacity-
visibility-
word-spacing-
writing-mode-

Transfer function element attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
type-
tableValues-
slope-
intercept-
amplitude-
exponent-
offset-
AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
xlink:href-
xlink:show-
xlink:actuate-
xlink:type-
xlink:role-
xlink:arcrole-
xlink:title-

Document structure elements

<svg> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Document event attributes   -
Graphical event attributes   -
Presentation attributes   -
class-
style-
externalResourcesRequired-
x-
y-
width-
height-
viewBox-
preserveAspectRatio-
zoomAndPan-
version-
baseProfile-
contentScriptType-
contentStyleType-
snapshotTime-
playbackOrder-
timelineBegin-
focusable-

<g> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Graphical event attributes   -
Presentation attributes   -
class-
style-
externalResourcesRequired-
transform-

<defs> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Graphical event attributes   -
Presentation attributes   -
class-
style-
externalResourcesRequired-
transform-

<desc> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
class-
style-

<title> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
class-
style-

<symbol> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Graphical event attributes   -
Presentation attributes   -
class -
style -
viewBox -
preserveAspectRatio -

<use> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Graphical event attributes   -
Presentation attributes   -
Xlink attributes   -
class-
style-
externalResourcesRequired-
transform-
x-
y-
width-
height-
xlink:href-

<image> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Graphical event attributes   -
Presentation attributes   -
Xlink attributes   -
class -
style -
externalResourcesRequired -
preserveAspectRatio -
transform -
x -
y -
width -
height -
xlink:href Embedded base64 encoded JPEG and PNG images (no 16bit formats), and through svgtResourceSet API.

<switch> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Graphical event attributes   -
Presentation attributes   -
class-
style-
externalResourcesRequired-
transform-

Styling elements

<style> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
type  -
media  -
title  -

Paths elements

<path> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Graphical event attributes   -
Presentation attributes   -
class-
style-
externalResourcesRequired-
transform-
d-
pathLength-

Basic shapes elements

<rect> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Graphical event attributes   -
Presentation attributes   -
class-
style-
externalResourcesRequired-
transform-
x-
y-
width-
height-
rx-
ry-

<circle> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Graphical event attributes   -
Presentation attributes   -
class-
style-
externalResourcesRequired-
transform-
cx-
cy-
r-

<ellipse> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Graphical event attributes   -
Presentation attributes   -
class-
style-
externalResourcesRequired-
transform-
cx-
cy-
rx-
ry-

<line> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Graphical event attributes   -
Presentation attributes   -
class-
style-
externalResourcesRequired-
transform-
x1-
y1-
x2-
y2-

<polyline> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Graphical event attributes   -
Presentation attributes   -
class-
style-
externalResourcesRequired-
transform-
points-

<polygon> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Graphical event attributes   -
Presentation attributes   -
class-
style-
externalResourcesRequired-
transform-
points-

Text elements

<text> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Graphical event attributes   -
Presentation attributes   -
class-
style-
externalResourcesRequired-
transform-
lengthAdjust-
x-
y-
dx-
dy-
rotate-
textLength-
editable-

<tspan> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Graphical event attributes   -
Presentation attributes   -
class-
style-
externalResourcesRequired-
x-
y-
dx-
dy-
rotate-
textLength-
lengthAdjust-

<tref> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Graphical event attributes   -
Presentation attributes   -
Xlink attributes   -
class  -
style  -
externalResourcesRequired  -
xlink:href  -

<textPath> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Graphical event attributes   -
Presentation attributes   -
Xlink attributes   -
class -
style -
externalResourcesRequired -
xlink:href -
startOffset -
method -
spacing -

<altGlyph> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Graphical event attributes   -
Presentation attributes   -
Xlink attributes   -
class  -
style  -
externalResourcesRequired  -
x  -
y  -
dx  -
dy  -
glyphRef  -
format  -
rotate  -
xlink:href  -

<altGlyphDef> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -

<altGlyphItem> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -

<glyphRef> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Presentation attributes   -
Xlink attributes   -
class  -
style  -
x  -
y  -
dx  -
dy  -
glyphRef  -
format  -
xlink:href  -

<textArea> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Graphical event attributes   -
Presentation attributes   -
x  -
y  -
width  -
height  -
editable  -
format  -

<tbreak> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -

Painting elements

<marker> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Presentation attributes   -
class  -
style  -
externalResourcesRequired  -
viewBox  -
preserveAspectRatio  -
refX  -
refY  -
markerUnits  -
markerWidth  -
markerHeight  -
orient  -

<solidColor> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Presentation attributes   -
solid-color -
solid-opacity -

Color elements

<color-profile> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Xlink attributes   -
local  -
name  -
rendering-intent  -
xlink:href  -

Gradients and patterns elements

<linearGradient> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Presentation attributes   -
Xlink attributes   -
class-
style-
externalResourcesRequired-
transform-
x1-
y1-
x2-
y2-
gradientUnits-
gradientTransform-
spreadMethod-
xlink:href-

<radialGradient> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Presentation attributes   -
Xlink attributes   -
class-
style-
externalResourcesRequired-
transform-
cx-
cy-
r-
fx-
fy-
gradientUnits-
gradientTransform-
spreadMethod-
xlink:href-

<stop> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Presentation attributes   -
class-
style-
offset-
stop-color-
stop-opacity-

<pattern> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Presentation attributes   -
Xlink attributes   -
class -
style -
externalResourcesRequired -
viewBox -
preserveAspectRatio -
x -
y -
width -
height -
patternUnits -
patternContentUnits -
patternTransform -
xlink:href -

Clipping, masking and compositing elements

<clipPath> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Presentation attributes   -
class -
style -
externalResourcesRequired -
transform -
clipPathUnits -

<mask> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Presentation attributes   -
class -
style -
externalResourcesRequired -
x -
y -
width -
height -
maskUnits -
maskContentUnits -

Filter effects elements

<filter> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Presentation attributes   -
Xlink attributes   -
class -
style -
externalResourcesRequired -
x -
y -
width -
height -
filterRes -
filterUnits -
primitiveUnits -
xlink:href -

<feDistantLight> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
azimuth -
elevation -

<fePointLight> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
x -
y -
z -

<feSpotLight> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
x -
y -
z -
pointsAtX -
pointsAtY -
pointsAtZ -
specularExponent -
limitingConeAngle -

<feBlend> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Presentation attributes   -
Filter primitive attributes   -
class -
style -
in SourceGraphic, SourceAlpha, <filter-primitive-reference> only
in2 SourceGraphic, SourceAlpha, <filter-primitive-reference> only
mode -

<feColorMatrix> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Presentation attributes   -
Filter primitive attributes   -
class -
style -
in SourceGraphic, SourceAlpha, <filter-primitive-reference> only
type -
values -

<feComponentTransfer> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Presentation attributes   -
Filter primitive attributes   -
class  -
style  -
in  -

<feFuncR> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Transfer function element attributes   -
type  -
tableValues  -
slope  -
intercept  -
amplitude  -
exponent  -
offset  -

<feFuncG> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Transfer function element attributes   -
type  -
tableValues  -
slope  -
intercept  -
amplitude  -
exponent  -
offset  -

<feFuncB> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Transfer function element attributes   -
type  -
tableValues  -
slope  -
intercept  -
amplitude  -
exponent  -
offset  -

<feFuncA> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Transfer function element attributes   -
type  -
tableValues  -
slope  -
intercept  -
amplitude  -
exponent  -
offset  -

<feComposite> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Presentation attributes   -
Filter primitive attributes   -
class -
style -
in SourceGraphic, SourceAlpha, <filter-primitive-reference> only
in2 SourceGraphic, SourceAlpha, <filter-primitive-reference> only
operator -
k1 -
k2 -
k3 -
k4 -

<feConvolveMatrix> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Presentation attributes   -
Filter primitive attributes   -
class  -
style  -
in  -
order  -
kernelMatrix  -
divisor  -
bias  -
targetX  -
targetY  -
edgeMode  -
kernelUnitLength  -
preserveAlpha  -

<feDiffuseLighting> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Presentation attributes   -
Filter primitive attributes   -
class -
style -
in SourceGraphic, SourceAlpha, <filter-primitive-reference> only
surfaceScale -
diffuseConstant -
kernelUnitLength -

<feDisplacementMap> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Presentation attributes   -
Filter primitive attributes   -
class -
style -
in SourceGraphic, SourceAlpha, <filter-primitive-reference> only
in2 SourceGraphic, SourceAlpha, <filter-primitive-reference> only
scale -
xChannelSelector -
yChannelSelector -

<feFlood> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Presentation attributes   -
Filter primitive attributes   -
class -
style -
flood-color -
flood-opacity -

<feGaussianBlur> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Presentation attributes   -
Filter primitive attributes   -
class -
style -
in SourceGraphic, SourceAlpha, <filter-primitive-reference> only
stdDeviation -

<feImage> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Presentation attributes   -
Filter primitive attributes   -
Xlink attributes   -
class  -
style  -
externalResourcesRequired  -
preserveAspectRatio  -
xlink:href  -

<feMerge> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Presentation attributes   -
Filter primitive attributes   -
class -
style -

<feMergeNode> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
in SourceGraphic, SourceAlpha, <filter-primitive-reference> only

<feMorphology> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Presentation attributes   -
Filter primitive attributes   -
class -
style -
in SourceGraphic, SourceAlpha, <filter-primitive-reference> only
operator -
radius -

<feOffset> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Presentation attributes   -
Filter primitive attributes   -
class -
style -
in SourceGraphic, SourceAlpha, <filter-primitive-reference> only
dx -
dy -

<feSpecularLighting> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Presentation attributes   -
Filter primitive attributes   -
class -
style -
in SourceGraphic, SourceAlpha, <filter-primitive-reference> only
surfaceScale -
specularConstant -
specularExponent -
kernelUnitLength -

<feTile> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Presentation attributes   -
Filter primitive attributes   -
class  -
style  -
in  -

<feTurbulence> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Presentation attributes   -
Filter primitive attributes   -
class -
style -
baseFrequency -
numOctaves -
seed -
stitchTiles -
type -

Interactivity elements

<cursor> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Xlink attributes   -
externalResourcesRequired  -
x  -
y  -
xlink:href  -

Linking elements

<a> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Graphical event attributes   -
Presentation attributes   -
Xlink attributes   -
class-
style-
externalResourcesRequired-
transform-
xlink:href-
xlink:show-
xlink:actuate-
target-

<view> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
externalResourcesRequired -
viewBox -
preserveAspectRatio -
zoomAndPan -
viewTarget -

Scripting elements

<script> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Xlink attributes   -
externalResourcesRequired -
type -
xlink:href -

Animation elements

<animate> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Animation event attributes   -
Xlink attributes   -
Animation attribute target attributes   -
Animation timing attributes   -
Animation value attributes   -
Animation addition attributes   -
Presentation attributes   -
externalResourcesRequired -

<set> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Animation event attributes   -
Xlink attributes   -
Animation attribute target attributes   -
Animation timing attributes   -
externalResourcesRequired -
to -

<animateMotion> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Animation event attributes   -
Xlink attributes   -
Animation timing attributes   -
Animation value attributes   -
Animation addition attributes   -
externalResourcesRequired -
path -
keyPoints -
rotate -
origin -

<animateColor> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Animation event attributes   -
Xlink attributes   -
Animation attribute target attributes   -
Animation timing attributes   -
Animation value attributes   -
Animation addition attributes   -
Presentation attributes   -
externalResourcesRequired -

<animateTransform> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Animation event attributes   -
Xlink attributes   -
Animation attribute target attributes   -
Animation timing attributes   -
Animation value attributes   -
Animation addition attributes   -
externalResourcesRequired -
type -

<mpath> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Xlink attributes   -
externalResourcesRequired -
xlink:href -

Fonts elements

<font> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Presentation attributes   -
class -
style -
externalResourcesRequired -
horiz-origin-x -
horiz-origin-y -
horiz-adv-x -
vert-origin-x -
vert-origin-y -
vert-adv-y -

<glyph> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Presentation attributes   -
class -
style -
d -
horiz-adv-x -
vert-origin-x -
vert-origin-y -
vert-adv-y -
unicode -
glyph-name -
orientation -
arabic-form -
lang -

<missing-glyph> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Presentation attributes   -
class -
style -
d -
horiz-adv-x -
vert-origin-x -
vert-origin-y -
vert-adv-y -

<hkern> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
u1 -
g1 -
u2 -
g2 -
k -

<vkern> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
u1 -
g1 -
u2 -
g2 -
k -

<font-face> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
font-family -
font-style -
font-variant -
font-weight -
font-stretch -
font-size -
unicode-range -
units-per-em -
panose-1 -
stemv -
stemh -
slope -
cap-height -
x-height -
accent-height -
ascent -
descent -
widths -
bbox -
ideographic -
alphabetic -
mathematical -
hanging -
v-ideographic -
v-alphabetic -
v-mathematical -
v-hanging -
underline-position -
underline-thickness -
strikethrough-position -
strikethrough-thickness -
overline-position -
overline-thickness -

<font-face-src> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -

<font-face-uri> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
Xlink attributes   -
xlink:href -

<font-face-format> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
string  -

<font-face-name> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -
name  -

Metadate elements

<metadata> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Core attributes   -

Extensibility elements

<foreignObject> attributes

AttributesSVG Full 1.1SVG Tiny 1.2AmanithSVGNotes
Conditional processing attributes   -
Core attributes   -
Graphical event attributes   -
Presentation attributes   -
class -
style -
externalResourcesRequired -
transform -
x -
y -
width -
height -