Enum lyon::svg::parser::ElementId
[−]
[src]
pub enum ElementId { A, AltGlyph, AltGlyphDef, AltGlyphItem, Animate, AnimateColor, AnimateMotion, AnimateTransform, Circle, ClipPath, ColorProfile, Cursor, Defs, Desc, Ellipse, FeBlend, FeColorMatrix, FeComponentTransfer, FeComposite, FeConvolveMatrix, FeDiffuseLighting, FeDisplacementMap, FeDistantLight, FeFlood, FeFuncA, FeFuncB, FeFuncG, FeFuncR, FeGaussianBlur, FeImage, FeMerge, FeMergeNode, FeMorphology, FeOffset, FePointLight, FeSpecularLighting, FeSpotLight, FeTile, FeTurbulence, Filter, FlowPara, FlowRegion, FlowRoot, FlowSpan, Font, FontFace, FontFaceFormat, FontFaceName, FontFaceSrc, FontFaceUri, ForeignObject, G, Glyph, GlyphRef, Hkern, Image, Line, LinearGradient, Marker, Mask, Metadata, MissingGlyph, Mpath, Path, Pattern, Polygon, Polyline, RadialGradient, Rect, Script, Set, Stop, Style, Svg, Switch, Symbol, Text, TextPath, Title, Tref, Tspan, Use, View, Vkern, }
List of all SVG elements.
Variants
A
AltGlyph
AltGlyphDef
AltGlyphItem
Animate
AnimateColor
AnimateMotion
AnimateTransform
Circle
ClipPath
ColorProfile
Cursor
Defs
Desc
Ellipse
FeBlend
FeColorMatrix
FeComponentTransfer
FeComposite
FeConvolveMatrix
FeDiffuseLighting
FeDisplacementMap
FeDistantLight
FeFlood
FeFuncA
FeFuncB
FeFuncG
FeFuncR
FeGaussianBlur
FeImage
FeMerge
FeMergeNode
FeMorphology
FeOffset
FePointLight
FeSpecularLighting
FeSpotLight
FeTile
FeTurbulence
Filter
FlowPara
FlowRegion
FlowRoot
FlowSpan
Font
FontFace
FontFaceFormat
FontFaceName
FontFaceSrc
FontFaceUri
ForeignObject
G
Glyph
GlyphRef
Hkern
Image
Line
LinearGradient
Marker
Mask
Metadata
MissingGlyph
Mpath
Path
Pattern
Polygon
Polyline
RadialGradient
Rect
Script
Set
Stop
Style
Svg
Switch
Symbol
Text
TextPath
Title
Tref
Tspan
Use
View
Vkern
Methods
impl ElementId
fn from_name(text: &str) -> Option<ElementId>
[−]
Converts name into id.
fn name(&self) -> &str
[−]
Converts id into name.