PicturesSVG
data Picture Source #
Constructors
Defined in PicturesSVG
Methods
showsPrec :: Int -> Picture -> ShowS #
show :: Picture -> String #
showList :: [Picture] -> ShowS #
type Point = (Int, Int) Source #
data Image Source #
showsPrec :: Int -> Image -> ShowS #
show :: Image -> String #
showList :: [Image] -> ShowS #
data Name Source #
showsPrec :: Int -> Name -> ShowS #
show :: Name -> String #
showList :: [Name] -> ShowS #
above :: Picture -> Picture -> Picture Source #
beside :: Picture -> Picture -> Picture Source #
over :: Picture -> Picture -> Picture Source #
flipH :: Picture -> Picture Source #
flipV :: Picture -> Picture Source #
negative :: Picture -> Picture Source #
invertColour :: Picture -> Picture Source #
img :: Image -> Picture Source #
width :: Picture -> Int Source #
height :: Picture -> Int Source #
data Filter Source #
Fields
showsPrec :: Int -> Filter -> ShowS #
show :: Filter -> String #
showList :: [Filter] -> ShowS #
newFilter :: Filter Source #
data Basic Source #
showsPrec :: Int -> Basic -> ShowS #
show :: Basic -> String #
showList :: [Basic] -> ShowS #
flatten :: Point -> Picture -> [Basic] Source #
flipFH :: Basic -> Basic Source #
flipFV :: Basic -> Basic Source #
flipNeg :: Basic -> Basic Source #
convert :: Basic -> String Source #
render :: Picture -> IO () Source #
preamble :: [Char] Source #
postamble :: String Source #
white :: Picture Source #
black :: Picture Source #
red :: Picture Source #
blue :: Picture Source #
horse :: Picture Source #
test :: Picture Source #
test2 :: Picture Source #