Chameleon.SVG.Elements  
- Package
- purescript-chameleon
- Repository
- thought2/purescript-chameleon
#altGlyphDef Source
altGlyphDef :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html aDefines a set of glyph substitutions for an altGlyph element
#altGlyphDef_ Source
altGlyphDef_ :: forall html a. Html html => Array (html a) -> html aDefines a set of glyph substitutions for an altGlyph element [No Attributes]
#altGlyphItem Source
altGlyphItem :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html aDefines a substitution for a specific glyph in an altGlyphDef element
#altGlyphItem_ Source
altGlyphItem_ :: forall html a. Html html => Array (html a) -> html aDefines a substitution for a specific glyph in an altGlyphDef element [No Attributes]
#animateColor Source
animateColor :: forall html a. Html html => Array (Prop a) -> html aDefines an animated color change for an SVG element
#animateColor_ Source
animateColor_ :: forall html a. Html html => html aDefines an animated color change for an SVG element [No Attributes]
#animateMotion Source
animateMotion :: forall html a. Html html => Array (Prop a) -> html aDefines an animated motion path for an SVG element
#animateMotion_ Source
animateMotion_ :: forall html a. Html html => html aDefines an animated motion path for an SVG element [No Attributes]
#animateTransform Source
animateTransform :: forall html a. Html html => Array (Prop a) -> html aDefines an animated transformation on an SVG element
#animateTransform_ Source
animateTransform_ :: forall html a. Html html => html aDefines an animated transformation on an SVG element [No Attributes]
#colorProfile Source
colorProfile :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html aDefines a color profile for an SVG document
#colorProfile_ Source
colorProfile_ :: forall html a. Html html => Array (html a) -> html aDefines a color profile for an SVG document [No Attributes]
#feColorMatrix Source
feColorMatrix :: forall html a. Html html => Array (Prop a) -> html aApplies a color transformation to an input image
#feColorMatrix_ Source
feColorMatrix_ :: forall html a. Html html => html aApplies a color transformation to an input image [No Attributes]
#feComponentTransfer Source
feComponentTransfer :: forall html a. Html html => Array (Prop a) -> html aAllows for component-wise remapping of input image components
#feComponentTransfer_ Source
feComponentTransfer_ :: forall html a. Html html => html aAllows for component-wise remapping of input image components [No Attributes]
#feComposite Source
feComposite :: forall html a. Html html => Array (Prop a) -> html aCombines two input images using a composition operation
#feComposite_ Source
feComposite_ :: forall html a. Html html => html aCombines two input images using a composition operation [No Attributes]
#feConvolveMatrix Source
feConvolveMatrix :: forall html a. Html html => Array (Prop a) -> html aApplies a matrix convolution filter effect to an input image
#feConvolveMatrix_ Source
feConvolveMatrix_ :: forall html a. Html html => html aApplies a matrix convolution filter effect to an input image [No Attributes]
#feDiffuseLighting Source
feDiffuseLighting :: forall html a. Html html => Array (Prop a) -> html aCreates a lighting effect using the alpha channel as a bump map
#feDiffuseLighting_ Source
feDiffuseLighting_ :: forall html a. Html html => html aCreates a lighting effect using the alpha channel as a bump map [No Attributes]
#feDisplacementMap Source
feDisplacementMap :: forall html a. Html html => Array (Prop a) -> html aDisplaces the pixels in an input image according to a displacement map image
#feDisplacementMap_ Source
feDisplacementMap_ :: forall html a. Html html => html aDisplaces the pixels in an input image according to a displacement map image [No Attributes]
#feDistantLight Source
feDistantLight :: forall html a. Html html => Array (Prop a) -> html aDefines a distant light source for use in a lighting filter effect
#feDistantLight_ Source
feDistantLight_ :: forall html a. Html html => html aDefines a distant light source for use in a lighting filter effect [No Attributes]
#feGaussianBlur Source
feGaussianBlur :: forall html a. Html html => Array (Prop a) -> html aApplies a Gaussian blur to an input image
#feGaussianBlur_ Source
feGaussianBlur_ :: forall html a. Html html => html aApplies a Gaussian blur to an input image [No Attributes]
#feMergeNode Source
feMergeNode :: forall html a. Html html => Array (Prop a) -> html aSpecifies an input image for use with a feMerge filter
#feMergeNode_ Source
feMergeNode_ :: forall html a. Html html => html aSpecifies an input image for use with a feMerge filter [No Attributes]
#feMorphology Source
feMorphology :: forall html a. Html html => Array (Prop a) -> html aExpands or contracts the shape of an input image
#feMorphology_ Source
feMorphology_ :: forall html a. Html html => html aExpands or contracts the shape of an input image [No Attributes]
#fePointLight Source
fePointLight :: forall html a. Html html => Array (Prop a) -> html aDefines a point light source for use in a lighting filter effect
#fePointLight_ Source
fePointLight_ :: forall html a. Html html => html aDefines a point light source for use in a lighting filter effect [No Attributes]
#feSpecularLighting Source
feSpecularLighting :: forall html a. Html html => Array (Prop a) -> html aCreates a specular lighting effect using the alpha channel as a bump map
#feSpecularLighting_ Source
feSpecularLighting_ :: forall html a. Html html => html aCreates a specular lighting effect using the alpha channel as a bump map [No Attributes]
#feSpotLight Source
feSpotLight :: forall html a. Html html => Array (Prop a) -> html aDefines a spotlight source for use in a lighting filter effect
#feSpotLight_ Source
feSpotLight_ :: forall html a. Html html => html aDefines a spotlight source for use in a lighting filter effect [No Attributes]
#feTurbulence Source
feTurbulence :: forall html a. Html html => Array (Prop a) -> html aGenerates a Perlin noise or turbulence pattern
#feTurbulence_ Source
feTurbulence_ :: forall html a. Html html => html aGenerates a Perlin noise or turbulence pattern [No Attributes]
#foreignObject Source
foreignObject :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html aInserts a foreign object into an SVG document
#foreignObject_ Source
foreignObject_ :: forall html a. Html html => Array (html a) -> html aInserts a foreign object into an SVG document [No Attributes]
#hatchpath_ Source
hatchpath_ :: forall html a. Html html => html aDefines the path of a hatching pattern [No Attributes]
#linearGradient Source
linearGradient :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html aDefines a linear gradient for an SVG element
#linearGradient_ Source
linearGradient_ :: forall html a. Html html => Array (html a) -> html aDefines a linear gradient for an SVG element [No Attributes]
#missingGlyph Source
missingGlyph :: forall html a. Html html => Array (Prop a) -> html aThe missing-glyph element provides a fallback for glyphs that are not available in a font.
#missingGlyph_ Source
missingGlyph_ :: forall html a. Html html => html aThe missing-glyph element provides a fallback for glyphs that are not available in a font. [No Attributes]
#radialGradient Source
radialGradient :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html aThe radialGradient element defines a radial gradient to be used as a fill or stroke.
#radialGradient_ Source
radialGradient_ :: forall html a. Html html => Array (html a) -> html aThe radialGradient element defines a radial gradient to be used as a fill or stroke. [No Attributes]
- 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