AmanithSVG implements the rendering of static SVG files, supporting a limited set of SVG elements and attributes, as follow.
Index:
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.
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
onbegin | - | |||
onend | - | |||
onrepeat | - | |||
onload | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
attributeType | - | |||
attributeName | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
begin | - | |||
dur | - | |||
end | - | |||
min | - | |||
max | - | |||
restart | - | |||
repeatCount | - | |||
repeatDur | - | |||
fill | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
calcMode | - | |||
values | - | |||
keyTimes | - | |||
keySplines | - | |||
from | - | |||
to | - | |||
by | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
additive | - | |||
accumulate | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
requiredFeatures | - | |||
requiredExtensions | - | |||
requiredFormats | - | |||
requiredFonts | - | |||
systemLanguage | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
id | - | |||
xml:base | - | |||
xml:lang | - | |||
xml:space | - | |||
xml:id | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
onunload | - | |||
onabort | - | |||
onerror | - | |||
onresize | - | |||
onscroll | - | |||
onzoom | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
x | - | |||
y | - | |||
width | - | |||
height | - | |||
result | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
onfocusin | - | |||
onfocusout | - | |||
onactivate | - | |||
onclick | - | |||
onmousedown | - | |||
onmouseup | - | |||
onmouseover | - | |||
onmousemove | - | |||
onmouseout | - | |||
onload | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
alignment-baseline | - | |||
audio-level | - | |||
baseline-shift | - | |||
buffered-rendering | - | |||
clip | - | |||
clip-path | - | |||
clip-rule | - | |||
color | - | |||
color-interpolation | supported on <mask> element only | |||
color-interpolation-filters | - | |||
color-profile | - | |||
color-rendering | - | |||
cursor | - | |||
direction | - | |||
display | inline, 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-vertical | non-deprecated values only | |||
image-rendering | - | |||
kerning | - | |||
letter-spacing | - | |||
lighting-color | - | |||
line-increment | - | |||
marker-end | - | |||
marker-mid | - | |||
marker-start | - | |||
mask | - | |||
opacity | - | |||
overflow | visible, 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 | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
type | - | |||
tableValues | - | |||
slope | - | |||
intercept | - | |||
amplitude | - | |||
exponent | - | |||
offset | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
xlink:href | - | |||
xlink:show | - | |||
xlink:actuate | - | |||
xlink:type | - | |||
xlink:role | - | |||
xlink:arcrole | - | |||
xlink:title | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
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 | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Conditional processing attributes | - | |||
Core attributes | - | |||
Graphical event attributes | - | |||
Presentation attributes | - | |||
class | - | |||
style | - | |||
externalResourcesRequired | - | |||
transform | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Conditional processing attributes | - | |||
Core attributes | - | |||
Graphical event attributes | - | |||
Presentation attributes | - | |||
class | - | |||
style | - | |||
externalResourcesRequired | - | |||
transform | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
class | - | |||
style | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
class | - | |||
style | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Graphical event attributes | - | |||
Presentation attributes | - | |||
class | - | |||
style | - | |||
viewBox | - | |||
preserveAspectRatio | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Conditional processing attributes | - | |||
Core attributes | - | |||
Graphical event attributes | - | |||
Presentation attributes | - | |||
Xlink attributes | - | |||
class | - | |||
style | - | |||
externalResourcesRequired | - | |||
transform | - | |||
x | - | |||
y | - | |||
width | - | |||
height | - | |||
xlink:href | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
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. |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Conditional processing attributes | - | |||
Core attributes | - | |||
Graphical event attributes | - | |||
Presentation attributes | - | |||
class | - | |||
style | - | |||
externalResourcesRequired | - | |||
transform | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
type | - | |||
media | - | |||
title | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Conditional processing attributes | - | |||
Core attributes | - | |||
Graphical event attributes | - | |||
Presentation attributes | - | |||
class | - | |||
style | - | |||
externalResourcesRequired | - | |||
transform | - | |||
d | - | |||
pathLength | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Conditional processing attributes | - | |||
Core attributes | - | |||
Graphical event attributes | - | |||
Presentation attributes | - | |||
class | - | |||
style | - | |||
externalResourcesRequired | - | |||
transform | - | |||
x | - | |||
y | - | |||
width | - | |||
height | - | |||
rx | - | |||
ry | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Conditional processing attributes | - | |||
Core attributes | - | |||
Graphical event attributes | - | |||
Presentation attributes | - | |||
class | - | |||
style | - | |||
externalResourcesRequired | - | |||
transform | - | |||
cx | - | |||
cy | - | |||
r | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Conditional processing attributes | - | |||
Core attributes | - | |||
Graphical event attributes | - | |||
Presentation attributes | - | |||
class | - | |||
style | - | |||
externalResourcesRequired | - | |||
transform | - | |||
cx | - | |||
cy | - | |||
rx | - | |||
ry | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Conditional processing attributes | - | |||
Core attributes | - | |||
Graphical event attributes | - | |||
Presentation attributes | - | |||
class | - | |||
style | - | |||
externalResourcesRequired | - | |||
transform | - | |||
x1 | - | |||
y1 | - | |||
x2 | - | |||
y2 | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Conditional processing attributes | - | |||
Core attributes | - | |||
Graphical event attributes | - | |||
Presentation attributes | - | |||
class | - | |||
style | - | |||
externalResourcesRequired | - | |||
transform | - | |||
points | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Conditional processing attributes | - | |||
Core attributes | - | |||
Graphical event attributes | - | |||
Presentation attributes | - | |||
class | - | |||
style | - | |||
externalResourcesRequired | - | |||
transform | - | |||
points | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Conditional processing attributes | - | |||
Core attributes | - | |||
Graphical event attributes | - | |||
Presentation attributes | - | |||
class | - | |||
style | - | |||
externalResourcesRequired | - | |||
transform | - | |||
lengthAdjust | - | |||
x | - | |||
y | - | |||
dx | - | |||
dy | - | |||
rotate | - | |||
textLength | - | |||
editable | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Conditional processing attributes | - | |||
Core attributes | - | |||
Graphical event attributes | - | |||
Presentation attributes | - | |||
class | - | |||
style | - | |||
externalResourcesRequired | - | |||
x | - | |||
y | - | |||
dx | - | |||
dy | - | |||
rotate | - | |||
textLength | - | |||
lengthAdjust | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Conditional processing attributes | - | |||
Core attributes | - | |||
Graphical event attributes | - | |||
Presentation attributes | - | |||
Xlink attributes | - | |||
class | - | |||
style | - | |||
externalResourcesRequired | - | |||
xlink:href | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Conditional processing attributes | - | |||
Core attributes | - | |||
Graphical event attributes | - | |||
Presentation attributes | - | |||
Xlink attributes | - | |||
class | - | |||
style | - | |||
externalResourcesRequired | - | |||
xlink:href | - | |||
startOffset | - | |||
method | - | |||
spacing | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Conditional processing attributes | - | |||
Core attributes | - | |||
Graphical event attributes | - | |||
Presentation attributes | - | |||
Xlink attributes | - | |||
class | - | |||
style | - | |||
externalResourcesRequired | - | |||
x | - | |||
y | - | |||
dx | - | |||
dy | - | |||
glyphRef | - | |||
format | - | |||
rotate | - | |||
xlink:href | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Presentation attributes | - | |||
Xlink attributes | - | |||
class | - | |||
style | - | |||
x | - | |||
y | - | |||
dx | - | |||
dy | - | |||
glyphRef | - | |||
format | - | |||
xlink:href | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Conditional processing attributes | - | |||
Core attributes | - | |||
Graphical event attributes | - | |||
Presentation attributes | - | |||
x | - | |||
y | - | |||
width | - | |||
height | - | |||
editable | - | |||
format | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Conditional processing attributes | - | |||
Core attributes | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Presentation attributes | - | |||
class | - | |||
style | - | |||
externalResourcesRequired | - | |||
viewBox | - | |||
preserveAspectRatio | - | |||
refX | - | |||
refY | - | |||
markerUnits | - | |||
markerWidth | - | |||
markerHeight | - | |||
orient | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Presentation attributes | - | |||
solid-color | - | |||
solid-opacity | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Xlink attributes | - | |||
local | - | |||
name | - | |||
rendering-intent | - | |||
xlink:href | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Presentation attributes | - | |||
Xlink attributes | - | |||
class | - | |||
style | - | |||
externalResourcesRequired | - | |||
transform | - | |||
x1 | - | |||
y1 | - | |||
x2 | - | |||
y2 | - | |||
gradientUnits | - | |||
gradientTransform | - | |||
spreadMethod | - | |||
xlink:href | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Presentation attributes | - | |||
Xlink attributes | - | |||
class | - | |||
style | - | |||
externalResourcesRequired | - | |||
transform | - | |||
cx | - | |||
cy | - | |||
r | - | |||
fx | - | |||
fy | - | |||
gradientUnits | - | |||
gradientTransform | - | |||
spreadMethod | - | |||
xlink:href | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Presentation attributes | - | |||
class | - | |||
style | - | |||
offset | - | |||
stop-color | - | |||
stop-opacity | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Conditional processing attributes | - | |||
Core attributes | - | |||
Presentation attributes | - | |||
Xlink attributes | - | |||
class | - | |||
style | - | |||
externalResourcesRequired | - | |||
viewBox | - | |||
preserveAspectRatio | - | |||
x | - | |||
y | - | |||
width | - | |||
height | - | |||
patternUnits | - | |||
patternContentUnits | - | |||
patternTransform | - | |||
xlink:href | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Conditional processing attributes | - | |||
Core attributes | - | |||
Presentation attributes | - | |||
class | - | |||
style | - | |||
externalResourcesRequired | - | |||
transform | - | |||
clipPathUnits | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Conditional processing attributes | - | |||
Core attributes | - | |||
Presentation attributes | - | |||
class | - | |||
style | - | |||
externalResourcesRequired | - | |||
x | - | |||
y | - | |||
width | - | |||
height | - | |||
maskUnits | - | |||
maskContentUnits | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Presentation attributes | - | |||
Xlink attributes | - | |||
class | - | |||
style | - | |||
externalResourcesRequired | - | |||
x | - | |||
y | - | |||
width | - | |||
height | - | |||
filterRes | - | |||
filterUnits | - | |||
primitiveUnits | - | |||
xlink:href | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
azimuth | - | |||
elevation | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
x | - | |||
y | - | |||
z | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
x | - | |||
y | - | |||
z | - | |||
pointsAtX | - | |||
pointsAtY | - | |||
pointsAtZ | - | |||
specularExponent | - | |||
limitingConeAngle | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Presentation attributes | - | |||
Filter primitive attributes | - | |||
class | - | |||
style | - | |||
in | SourceGraphic, SourceAlpha, <filter-primitive-reference> only | |||
in2 | SourceGraphic, SourceAlpha, <filter-primitive-reference> only | |||
mode | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Presentation attributes | - | |||
Filter primitive attributes | - | |||
class | - | |||
style | - | |||
in | SourceGraphic, SourceAlpha, <filter-primitive-reference> only | |||
type | - | |||
values | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Presentation attributes | - | |||
Filter primitive attributes | - | |||
class | - | |||
style | - | |||
in | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Transfer function element attributes | - | |||
type | - | |||
tableValues | - | |||
slope | - | |||
intercept | - | |||
amplitude | - | |||
exponent | - | |||
offset | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Transfer function element attributes | - | |||
type | - | |||
tableValues | - | |||
slope | - | |||
intercept | - | |||
amplitude | - | |||
exponent | - | |||
offset | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Transfer function element attributes | - | |||
type | - | |||
tableValues | - | |||
slope | - | |||
intercept | - | |||
amplitude | - | |||
exponent | - | |||
offset | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Transfer function element attributes | - | |||
type | - | |||
tableValues | - | |||
slope | - | |||
intercept | - | |||
amplitude | - | |||
exponent | - | |||
offset | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
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 | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Presentation attributes | - | |||
Filter primitive attributes | - | |||
class | - | |||
style | - | |||
in | - | |||
order | - | |||
kernelMatrix | - | |||
divisor | - | |||
bias | - | |||
targetX | - | |||
targetY | - | |||
edgeMode | - | |||
kernelUnitLength | - | |||
preserveAlpha | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Presentation attributes | - | |||
Filter primitive attributes | - | |||
class | - | |||
style | - | |||
in | SourceGraphic, SourceAlpha, <filter-primitive-reference> only | |||
surfaceScale | - | |||
diffuseConstant | - | |||
kernelUnitLength | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
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 | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Presentation attributes | - | |||
Filter primitive attributes | - | |||
class | - | |||
style | - | |||
flood-color | - | |||
flood-opacity | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Presentation attributes | - | |||
Filter primitive attributes | - | |||
class | - | |||
style | - | |||
in | SourceGraphic, SourceAlpha, <filter-primitive-reference> only | |||
stdDeviation | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Presentation attributes | - | |||
Filter primitive attributes | - | |||
Xlink attributes | - | |||
class | - | |||
style | - | |||
externalResourcesRequired | - | |||
preserveAspectRatio | - | |||
xlink:href | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Presentation attributes | - | |||
Filter primitive attributes | - | |||
class | - | |||
style | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
in | SourceGraphic, SourceAlpha, <filter-primitive-reference> only |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Presentation attributes | - | |||
Filter primitive attributes | - | |||
class | - | |||
style | - | |||
in | SourceGraphic, SourceAlpha, <filter-primitive-reference> only | |||
operator | - | |||
radius | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Presentation attributes | - | |||
Filter primitive attributes | - | |||
class | - | |||
style | - | |||
in | SourceGraphic, SourceAlpha, <filter-primitive-reference> only | |||
dx | - | |||
dy | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Presentation attributes | - | |||
Filter primitive attributes | - | |||
class | - | |||
style | - | |||
in | SourceGraphic, SourceAlpha, <filter-primitive-reference> only | |||
surfaceScale | - | |||
specularConstant | - | |||
specularExponent | - | |||
kernelUnitLength | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Presentation attributes | - | |||
Filter primitive attributes | - | |||
class | - | |||
style | - | |||
in | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Presentation attributes | - | |||
Filter primitive attributes | - | |||
class | - | |||
style | - | |||
baseFrequency | - | |||
numOctaves | - | |||
seed | - | |||
stitchTiles | - | |||
type | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Conditional processing attributes | - | |||
Core attributes | - | |||
Xlink attributes | - | |||
externalResourcesRequired | - | |||
x | - | |||
y | - | |||
xlink:href | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Conditional processing attributes | - | |||
Core attributes | - | |||
Graphical event attributes | - | |||
Presentation attributes | - | |||
Xlink attributes | - | |||
class | - | |||
style | - | |||
externalResourcesRequired | - | |||
transform | - | |||
xlink:href | - | |||
xlink:show | - | |||
xlink:actuate | - | |||
target | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
externalResourcesRequired | - | |||
viewBox | - | |||
preserveAspectRatio | - | |||
zoomAndPan | - | |||
viewTarget | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Xlink attributes | - | |||
externalResourcesRequired | - | |||
type | - | |||
xlink:href | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
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 | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Conditional processing attributes | - | |||
Core attributes | - | |||
Animation event attributes | - | |||
Xlink attributes | - | |||
Animation attribute target attributes | - | |||
Animation timing attributes | - | |||
externalResourcesRequired | - | |||
to | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Conditional processing attributes | - | |||
Core attributes | - | |||
Animation event attributes | - | |||
Xlink attributes | - | |||
Animation timing attributes | - | |||
Animation value attributes | - | |||
Animation addition attributes | - | |||
externalResourcesRequired | - | |||
path | - | |||
keyPoints | - | |||
rotate | - | |||
origin | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
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 | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
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 | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Xlink attributes | - | |||
externalResourcesRequired | - | |||
xlink:href | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
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 | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
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 | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Presentation attributes | - | |||
class | - | |||
style | - | |||
d | - | |||
horiz-adv-x | - | |||
vert-origin-x | - | |||
vert-origin-y | - | |||
vert-adv-y | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
u1 | - | |||
g1 | - | |||
u2 | - | |||
g2 | - | |||
k | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
u1 | - | |||
g1 | - | |||
u2 | - | |||
g2 | - | |||
k | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
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 | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
Xlink attributes | - | |||
xlink:href | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
string | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - | |||
name | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Core attributes | - |
Attributes | SVG Full 1.1 | SVG Tiny 1.2 | AmanithSVG | Notes |
---|---|---|---|---|
Conditional processing attributes | - | |||
Core attributes | - | |||
Graphical event attributes | - | |||
Presentation attributes | - | |||
class | - | |||
style | - | |||
externalResourcesRequired | - | |||
transform | - | |||
x | - | |||
y | - | |||
width | - | |||
height | - |