SvgDeferredPaintServerA wrapper for a paint server which isn't defined currently in the parse process, but should be defined by the time the image needs to render.
SvgForeignObjectThe 'foreignObject' element allows for inclusion of a foreign namespace which has its graphical content drawn by a different user agent
SvgFragmentAn SvgFragment represents an SVG fragment that can be the root element or an embedded fragment of an SVG document.
SvgPatternServerA pattern is used to fill or stroke an object using a pre-defined graphic object which can be replicated ("tiled") at fixed intervals in x and y to cover the areas to be painted.
SvgSwitchThe 'switch' element evaluates the 'requiredFeatures', 'requiredExtensions' and 'systemLanguage' attributes on its direct child elements in order, and then processes and renders the first child for which these attributes evaluate to true
SvgUnitRepresents a unit in an Scalable Vector Graphics document.
SvgViewBoxIt is often desirable to specify that a given set of graphics stretch to fit a particular container element. The viewBox attribute provides this capability.
SvgFontStretchThe desired amount of condensing or expansion in the glyphs used to render the text.
SvgFontStyleThis is the descriptor for the style of a font and takes the same values as the 'font-style' property, except that a comma-separated list is permitted.
SvgFontWeightThe weight of a face relative to others in the same font family.
SvgGradientSpreadMethodIndicates what happens if the gradient starts or ends inside the bounds of the target rectangle.
SvgImageRenderingThe image-rendering attribute provides a hint to the browser about how to make speed vs. quality tradeoffs as it performs image processing.
SvgOverflowThe ‘overflow’ property applies to elements that establish new viewports (e.g., ‘svg’ elements), ‘pattern’ elements and ‘marker’ elements. For all other elements, the property has no effect (i.e., a clipping rectangle is not created).
SvgShapeRenderingThe creator of SVG content might want to provide a hint about what tradeoffs to make as the browser renders 'path' element or basic shapes. The shape-rendering attribute provides these hints.
SvgStrokeLineCapSpecifies the shape to be used at the end of open subpaths when they are stroked.
SvgStrokeLineJoinSpecifies the shape to be used at the corners of paths or basic shapes when they are stroked.
SvgTextAnchorText anchor is used to align (start-, middle- or end-alignment) a string of text relative to a given point.
SvgTextDecorationThis property describes decorations that are added to the text of an element. Conforming SVG Viewers are not required to support the blink value.
SvgTextLengthAdjustIndicates the type of adjustments which the user agent shall make to make the rendered length of the text match the value specified on the ‘textLength’ attribute.
SvgTextPathMethodIndicates the method by which text should be rendered along the path.
SvgTextPathSpacingIndicates how the user agent should determine the spacing between glyphs that are to be rendered along a path.
SvgTextRenderingThe creator of SVG content might want to provide a hint about what tradeoffs to make as the browser renders text. The text-rendering attribute provides these hints.
SvgTextTransformationThis property describes transformations that are added to the text of an element.