| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell2010 | 
Text.Blaze.Svg11
Description
This module exports SVG combinators used to create documents.
Synopsis
- module Text.Blaze
 - module Text.Blaze.Svg
 - docType :: Svg
 - docTypeSvg :: Svg -> Svg
 - a :: Svg -> Svg
 - altglyph :: Svg -> Svg
 - altglyphdef :: Svg
 - altglyphitem :: Svg
 - animate :: Svg
 - animatecolor :: Svg
 - animatemotion :: Svg
 - animatetransform :: Svg
 - circle :: Svg
 - clippath :: Svg -> Svg
 - colorProfile :: Svg
 - cursor :: Svg
 - defs :: Svg -> Svg
 - desc :: Svg -> Svg
 - ellipse :: Svg
 - feblend :: Svg
 - fecolormatrix :: Svg
 - fecomponenttransfer :: Svg
 - fecomposite :: Svg
 - feconvolvematrix :: Svg
 - fediffuselighting :: Svg
 - fedisplacementmap :: Svg
 - fedistantlight :: Svg
 - feflood :: Svg
 - fefunca :: Svg
 - fefuncb :: Svg
 - fefuncg :: Svg
 - fefuncr :: Svg
 - fegaussianblur :: Svg
 - feimage :: Svg
 - femerge :: Svg
 - femergenode :: Svg
 - femorphology :: Svg
 - feoffset :: Svg
 - fepointlight :: Svg
 - fespecularlighting :: Svg
 - fespotlight :: Svg
 - fetile :: Svg
 - feturbulence :: Svg
 - filter_ :: Svg -> Svg
 - font :: Svg
 - fontFace :: Svg
 - fontFaceFormat :: Svg
 - fontFaceName :: Svg
 - fontFaceSrc :: Svg
 - fontFaceUri :: Svg
 - foreignobject :: Svg -> Svg
 - g :: Svg -> Svg
 - glyph :: Svg -> Svg
 - glyphref :: Svg
 - hkern :: Svg
 - image :: Svg
 - line :: Svg
 - lineargradient :: Svg -> Svg
 - marker :: Svg -> Svg
 - mask :: Svg -> Svg
 - metadata :: Svg -> Svg
 - missingGlyph :: Svg -> Svg
 - mpath :: Svg
 - path :: Svg
 - pattern :: Svg -> Svg
 - polygon :: Svg
 - polyline :: Svg
 - radialgradient :: Svg -> Svg
 - rect :: Svg
 - script :: Svg -> Svg
 - set :: Svg
 - stop :: Svg
 - style :: Svg -> Svg
 - svg :: Svg -> Svg
 - switch :: Svg -> Svg
 - symbol :: Svg -> Svg
 - text_ :: Svg -> Svg
 - textpath :: Svg -> Svg
 - title :: Svg -> Svg
 - tref :: Svg
 - tspan :: Svg -> Svg
 - use :: Svg
 - view :: Svg
 - vkern :: Svg
 
Documentation
module Text.Blaze
module Text.Blaze.Svg
Arguments
| :: Svg | The document type SVG.  | 
Combinator for the document type. This should be placed at the top of every SVG page.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
    "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">Combinator for the <svg> element. This combinator will also
 insert the correct doctype.
Combinator for the <altGlyph> element.
Arguments
| :: Svg | Resulting SVG.  | 
Combinator for the <animateTransform /> element.
Combinator for the <clipPath> element.
Arguments
| :: Svg | Resulting SVG.  | 
Combinator for the <feComponentTransfer /> element.
Arguments
| :: Svg | Resulting SVG.  | 
Combinator for the <feConvolveMatrix /> element.
Arguments
| :: Svg | Resulting SVG.  | 
Combinator for the <feDiffuseLighting /> element.
Arguments
| :: Svg | Resulting SVG.  | 
Combinator for the <feDisplacementMap /> element.
Arguments
| :: Svg | Resulting SVG.  | 
Combinator for the <feSpecularLighting /> element.
Arguments
| :: Svg | Resulting SVG.  | 
Combinator for the <font-face-format /> element.
Combinator for the <foreignObject> element.
Combinator for the <linearGradient> element.
Combinator for the <metadata> element.
Combinator for the <missing-glyph> element.
Combinator for the <radialGradient> element.
Combinator for the <textPath> element.