Mozilla SVG Status
This document covers the status of Mozilla SVG in the current development version ("trunk"). If you are looking for information about Firefox 2's SVG capabilities, that information is on a separate page.
Elements
A quick overview of the SVG 1.1 elements and the current status of the native support. The sections are marked with their current status: supported, in progress, and not currently supported. Most of the unimplemented portions fall into two major modules: fonts and animation.
| Element | Notes |
|---|---|
| Structure Module | |
| svg |
|
| g |
|
| defs |
|
| desc |
|
| title |
|
| metadata |
|
| symbol |
|
| use |
|
| Conditional Processing Module | |
| switch |
|
| Image Module | |
| image |
|
| Style Module | |
| style |
|
| Shape Module | |
| path |
|
| rect |
|
| circle |
|
| line |
|
| ellipse |
|
| polyline |
|
| polygon |
|
| Text Module | |
| text |
|
| tspan |
|
| tref |
|
| textPath |
|
| altGlyph |
|
| altGlyphDef |
|
| altGlyphItem |
|
| glyphRef |
|
| Marker Module | |
| marker |
|
| Color Profile Module | |
| color-profile |
|
| Gradient Module | |
| linearGradient |
|
| radialGradient |
|
| stop |
|
| Pattern Module | |
| pattern |
|
| Clip Module | |
| clipPath |
|
| Mask Module | |
| mask |
|
| Filter Module | |
| filter |
|
| feBlend |
|
| feColorMatrix |
|
| feComponentTransfer |
|
| feComposite |
|
| feConvolveMatrix |
|
| feDiffuseLighting |
|
| feDisplacementMap |
|
| feFlood |
|
| feGaussianBlur |
|
| feImage |
|
| feMerge |
|
| feMergeNode |
|
| feMorphology |
|
| feOffset |
|
| feSpecularLighting |
|
| feTile |
|
| feTurbulence |
|
| feDistantLight |
|
| fePointLight |
|
| feSpotLight |
|
| feFuncR |
|
| feFuncG |
|
| feFuncB |
|
| feFuncA |
|
| Cursor Module | |
| cursor |
|
| Hyperlinking Module | |
| a |
|
| View Module | |
| view |
|
| Scripting Module | |
| script |
|
| Animation Module | |
| animate | |
| set |
|
| animateMotion |
|
| animateTransform | |
| animateColor |
|
| mpath |
|
| Font Module | |
| font | |
| font-face | |
| glyph | |
| missing-glyph |
|
| hkern |
|
| vkern |
|
| font-face-src |
|
| font-face-uri |
|
| font-face-format |
|
| font-face-name |
|
| definition-src |
|
| Extensibility Module | |
| foreignObject |
|
Other Implementation Notes
onload event does not respect externalResourcesRequired
attribute (bug 277955).