diagrams-contrib-1.4.3: Collection of user contributions to diagrams EDSL

Copyright(c) 2011 Brent Yorgey
LicenseBSD-style (see LICENSE)
Maintainerbyorgey@cis.upenn.edu
Safe HaskellNone
LanguageHaskell2010

Diagrams.Example.Logo

Description

Source code for creating the diagrams logo.

Documentation

d :: (Renderable (Path V2 n) b, RealFloat n, Typeable n) => QDiagram b V2 n Any #

i :: (Monoid m, TrailLike (QDiagram b V2 n m), RealFloat n, Typeable n) => QDiagram b V2 n m #

sierpinski :: (Semigroup p, Juxtaposable p, TrailLike p, Num t, Alignable p, HasOrigin p, Eq t, V p ~# V2) => t -> p #

gbkg :: forall b n m. (TrailLike (QDiagram b V2 n m), Monoid m, Semigroup m, TypeableFloat n) => QDiagram b V2 n m #

g :: (Typeable n, RealFloat n, Renderable (Path V2 n) b, Renderable (Text n) b) => QDiagram b V2 n Any #

r :: (Typeable n, RealFloat n, Renderable (Path V2 n) b) => QDiagram b V2 n Any #

aTree :: BTree () #

a2 :: (Monoid m, Floating n, Ord n, TrailLike (QDiagram b V2 n m), Typeable n) => QDiagram b V2 n m #

m :: (Typeable n, RealFloat n, Renderable (Path V2 n) b, Renderable (Text n) b) => QDiagram b V2 n Any #

ps :: Fractional n => [P2 n] #

s :: (HasStyle b, Transformable b, TrailLike b, HasOrigin b, Monoid b, Typeable (N b), V b ~# V2) => b #

disk :: (TrailLike b, Transformable b, Typeable (N b), HasStyle b, V b ~# V2) => Colour Double -> b #