Safe Haskell | None |
---|---|
Language | Haskell98 |
This module exports SVG combinators used to create documents.
- 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
- 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
:: 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 <foreignObject>
element.
Combinator for the <linearGradient>
element.
Combinator for the <missing-glyph>
element.
Combinator for the <radialGradient>
element.