diagrams-contrib-1.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

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

ps :: [P2] Source

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

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