dia-functions-0.2.1.5: An EDSL for teaching Haskell with diagrams - functions

Safe HaskellSafe
LanguageHaskell98

Graphics.Diagrams.SVG

Description

Diagrams SVG backend

Documentation

render Source #

Arguments

:: Double

magnification

-> Point

bottom-left corner

-> Point

top-right corner

-> TimeLimit

time limit

-> SizeLimit

size limit

-> String

identifier (needed only if there are several SVG picture on a page)

-> Diagram

diagram to show

-> IO (Html, [(String, String)])

xml code and error messages