Module Gr.Graphics
val beging : t -> unit
beging path
Open a file for graphics output.beging
allows to write all graphics output into a XML-formatted file until theendg
functions is called. The resulting file may later be imported with theimport
function.Parameters
path
: Filename for the graphics file.