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

Graphics.Diagrams.SVG

Description

Diagrams SVG backend

Documentation

renderSource

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