Chameleon.SVG.ElemNames
- Package
- purescript-chameleon
- Repository
- thought2/purescript-chameleon
#altGlyphDef Source
altGlyphDef :: ElemName
Defines a set of glyph substitutions for an altGlyph element
#altGlyphItem Source
altGlyphItem :: ElemName
Defines a substitution for a specific glyph in an altGlyphDef element
#animateColor Source
animateColor :: ElemName
Defines an animated color change for an SVG element
#animateMotion Source
animateMotion :: ElemName
Defines an animated motion path for an SVG element
#animateTransform Source
animateTransform :: ElemName
Defines an animated transformation on an SVG element
#colorProfile Source
colorProfile :: ElemName
Defines a color profile for an SVG document
#feColorMatrix Source
feColorMatrix :: ElemName
Applies a color transformation to an input image
#feComponentTransfer Source
feComponentTransfer :: ElemName
Allows for component-wise remapping of input image components
#feComposite Source
feComposite :: ElemName
Combines two input images using a composition operation
#feConvolveMatrix Source
feConvolveMatrix :: ElemName
Applies a matrix convolution filter effect to an input image
#feDiffuseLighting Source
feDiffuseLighting :: ElemName
Creates a lighting effect using the alpha channel as a bump map
#feDisplacementMap Source
feDisplacementMap :: ElemName
Displaces the pixels in an input image according to a displacement map image
#feDistantLight Source
feDistantLight :: ElemName
Defines a distant light source for use in a lighting filter effect
#feGaussianBlur Source
feGaussianBlur :: ElemName
Applies a Gaussian blur to an input image
#feMergeNode Source
feMergeNode :: ElemName
Specifies an input image for use with a feMerge filter
#feMorphology Source
feMorphology :: ElemName
Expands or contracts the shape of an input image
#fePointLight Source
fePointLight :: ElemName
Defines a point light source for use in a lighting filter effect
#feSpecularLighting Source
feSpecularLighting :: ElemName
Creates a specular lighting effect using the alpha channel as a bump map
#feSpotLight Source
feSpotLight :: ElemName
Defines a spotlight source for use in a lighting filter effect
#feTurbulence Source
feTurbulence :: ElemName
Generates a Perlin noise or turbulence pattern
#foreignObject Source
foreignObject :: ElemName
Inserts a foreign object into an SVG document
#linearGradient Source
linearGradient :: ElemName
Defines a linear gradient for an SVG element
#missingGlyph Source
missingGlyph :: ElemName
The missing-glyph element provides a fallback for glyphs that are not available in a font.
#radialGradient Source
radialGradient :: ElemName
The radialGradient element defines a radial gradient to be used as a fill or stroke.
- Modules
- Chameleon
- Chameleon.
Class - Chameleon.
HTML - Chameleon.
HTML. Attributes - Chameleon.
HTML. ElemNames - Chameleon.
HTML. Elements - Chameleon.
HTML. Events - Chameleon.
HTML. KeyedElements - Chameleon.
Impl. TestHtml - Chameleon.
SVG. Attributes - Chameleon.
SVG. ElemNames - Chameleon.
SVG. Elements - Chameleon.
SVG. KeyedElements - Chameleon.
Types