diagrams-contrib-1.1.2: 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 R2) b => Diagram b R2 Source

ico_d :: Renderable (Path R2) b => Diagram b R2 Source

i :: (TrailLike (QDiagram b R2 m), Backend b R2, Semigroup m, Monoid m) => QDiagram b R2 m Source

sierpinski :: (Alignable a1, TrailLike a1, HasOrigin a1, Juxtaposable a1, Semigroup a1, Num a, Eq a, (~) * (V a1) R2) => a -> a1 Source

a1 :: (Alignable b, TrailLike b, HasOrigin b, Juxtaposable b, HasStyle b, Transformable b, Semigroup b, (~) * (V b) R2) => b Source

grid :: (Alignable a, TrailLike a, HasOrigin a, Juxtaposable a, Transformable a, Semigroup a, Monoid a, (~) * (V a) R2) => a Source

gbkg :: (TrailLike (QDiagram b R2 m), Semigroup m, Monoid m) => QDiagram b R2 m Source

g :: (Renderable Text b, Renderable (Path R2) b) => Diagram b R2 Source

r :: Renderable (Path R2) b => QDiagram b R2 Any Source

a2 :: (TrailLike (QDiagram b R2 m), Semigroup m, Monoid m) => QDiagram b R2 m Source

m :: (Renderable Text b, Renderable (Path R2) b) => Diagram b R2 Source

ps :: [P2] Source

s :: (TrailLike b, HasOrigin b, HasStyle b, Transformable b, Semigroup b, Monoid b, (~) * (V b) R2) => b Source

dot :: (TrailLike b, HasStyle b, Transformable b, (~) * (V b) R2) => Colour Double -> b Source

logo :: (Backend b R2, Renderable Text b, Renderable (Path R2) b) => Diagram b R2 Source