head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2005.02.01.22.58.09; author krh; state Exp; branches; next ; desc @@ 1.1 log @2005-02-01 Kristian Høgsberg * autotool this thing, move *.cairo into snippets/ and webpage related files into html/. @ text @

This page contains samples of cairo's rendered output and the code snippets used to create them.

The user space is the unit square ( (0,0) - (1, 1) ), this user space is initialized byt the snippet_normalize function, which also sets a line_width of 0.04. The snippets are meant to be short, and easy to understand

cairo_snippets, part of the cairo-demo module in cairo CVS, is used to create these webpages, cairo_snippets serves as a testbed for the rendered output of various cairo backends, the images rendered on these webpages uses the cairo_snippets_png program, which is backend by the software image backend.

The snippet enviroment, and the original snippets were originally created by Øyvind Kolås for a paper submitted to GUADEC 2004.

All snippet code is considered to be part of the public domain, since it is instructional material.

A page with all snippets is also available

@