diagrams-contrib-1.4.4: 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

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

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

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

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

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

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