SVG favicons
Icon used by browsers to identify a webpage or site. While all browsers support the `.ico` format, the SVG format can be preferable to more easily support higher resolutions or larger icons.
SVG (basic support)
Method of displaying basic Vector Graphics features using the embed or object elements. Refers to the SVG 1.1 spec.
SVG in CSS backgrounds
Method of using SVG images as CSS backgrounds
SVG filters
Method of using Photoshop-like effects on SVG objects including blurring and color manipulation.
SVG fonts
Method of using fonts defined as SVG shapes. Removed from [SVG 2.0](https://www.w3.org/TR/SVG2/changes.html#fonts) and considered as a deprecated feature with support being removed from browsers.
SVG fragment identifiers
Method of displaying only a part of an SVG image by defining a view ID or view box dimensions as the file's fragment identifier.
SVG effects for HTML
Method of using SVG transforms, filters, etc on HTML elements using either CSS or the foreignObject element
Inline SVG in HTML5
Method of using SVG tags directly in HTML documents. Requires HTML5 parser.
SVG in HTML img element
Method of displaying SVG images in HTML using <img>.
SVG SMIL animation
Method of using animation elements to animate SVG images
SVG vector-effect: non-scaling-stroke
The `non-scaling-stroke` value for the `vector-effect` SVG attribute/CSS property makes strokes appear as the same width regardless of any transformations applied.
svg element: a
svg element: a: rel
svg element: circle
svg element: cursor
svg element: defs
svg element: desc
svg element: fetile
svg element: filter
svg element: font
svg element: g
svg element: glyph
svg element: hkern
svg element: image
svg element: line
svg element: marker
svg element: mask
svg element: mpath
svg element: path
svg element: rect
svg element: script
svg element: set
svg element: stop
svg element: style
svg element: svg
svg element: svg: x
svg element: svg: y
svg element: switch
svg element: symbol
svg element: text
svg element: text: x
svg element: text: y
svg element: title
svg element: tref
svg element: tspan
svg element: use
svg element: use: x
svg element: use: y
svg element: view
svg element: vkern
50 results found.