Skip to content

Svg element checklist

Legend#

  • ✘ - Not Implemented (But it can be discussed if this is of any real value)
  • = - Will Not Be Implemented
  • ^ - Planned To Be Implemented
  • / - Partially Implemented
  • ✓ - Is Implemented
Status Tag How Notes
a anchor
animate animate
animateMotion animate_motion
animateTransform animate_transform_{type} thanks sugarfi!
circle circle
^ clipPath
defs define
^ desc
= discard Doesn't seem implemented by browsers
ellipse ellipse
feBlend Celestine::Filter#blend
feColorMatrix Celestine::Filter#color_matrix
feComponentTransfer Celestine::Filter#component_transfer
feComposite Celestine::Filter#composite
^ feConvolveMatrix
^ feDiffuseLighting
feDisplacementMap Celestine::Filter#displacement_map
/ feDistantLight
feDropShadow Celestine::Filter#drop_shadow
feFlood Celestine::Filter#flood
feFuncA see
feFuncB see
feFuncG see
feFuncR see
feGaussianBlur Celestine::Filter#blur
feImage Celestine::Filter#image
feMerge Celestine::Filter#merge
feMergeNode Celestine::Merge#add_node
feMorphology Celestine::Filter#morphology
feOffset Celestine::Filter#offset
/ fePointLight
feSpecularLighting Celestine::Filter#specular_lighting
/ feSpotLight
feTile Celestine::Filter#tile
feTurbulence Celestine::Filter#turbulence
filter filter
foreignObject
g group
= hatch Doesn't seem implemented by browsers
= hatchpath Doesn't seem implemented by browsers
image image
line Seems covered by path....
linearGradient
/ marker marker
mask mask
^ metadata
mpath Celestine::Animate::Motion#mpath
path path
pattern
polygon Seems covered by path
polyline Seems covered by path
radialGradient
rect rectangle
script Not sure if this should be implemented...
^ set This seems useful for simple interactivity
stop Part of gradient
style Not sure if this should be implemented...
svg svg Fully Implemented!
^ switch Would allow local dialect switching for text
symbol Is this any different than group?
text text
^ textPath Part of text
^ title Rendered as a tooltip when hovering the object
^ tspan Part of text
use use
view Doesn't seem to be implemented, even mozillas example doesn't work