hcg-minus-cairo-0.16: haskell cg (minus) (cairo rendering)

Safe HaskellNone
LanguageHaskell98

Render.CG.Minus.Picture

Description

Rendering of Data.CG.Minus.Picture.

Synopsis

Documentation

fill :: Ca -> Render () Source #

stroke :: Pen -> Render () Source #

mark :: Either Pen Ca -> Render () Source #

mark_render :: Mark -> Render () Source #

picture_render :: R -> Wn R -> Picture -> Render () Source #

m = margin

picture_to_pdf :: R -> FilePath -> Picture -> IO () Source #

picture_to_svg :: R -> FilePath -> Picture -> IO () Source #

picture_to_pdf_and_svg :: R -> FilePath -> Picture -> IO () Source #