| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Chart
Documentation
SVG is simply a token used to identify this rendering backend
(to aid type inference).
Instances
| Show SVG | |
| SVGFloat n => Backend SVG V2 n | |
| SVGFloat n => Renderable (Text n) SVG | |
| SVGFloat n => Renderable (DImage n Embedded) SVG | |
| SVGFloat n => Renderable (DImage n (Native Img)) SVG | |
| SVGFloat n => Renderable (Path V2 n) SVG | |
| Monoid (Render SVG V2 n) | |
| Hashable n => Hashable (Options SVG V2 n) | |
| type V SVG | |
| type N SVG | |
| data Options SVG V2 | |
| data Render SVG V2 | |
| type Result SVG V2 n | |
A 4-dimensional vector.
Constructors
| V4 ~a ~a ~a ~a |
Instances
module Diagrams.Prelude