[cairo-commit] cairo-demo/cairo_snippets/html cairo_snippets.css,
NONE, 1.1 footer.html_template, NONE, 1.1 header.html_template,
NONE, 1.1 index.html_template, NONE, 1.1
Kristian Hogsberg
commit at pdx.freedesktop.org
Tue Feb 1 14:58:11 PST 2005
- Previous message: [cairo-commit]
cairo-demo/cairo_snippets/html - New directory, NONE, NONE
- Next message: [cairo-commit] cairo-demo/cairo_snippets AUTHORS, NONE,
1.1 ChangeLog, 1.23, 1.24 Makefile, 1.14, NONE Makefile.am,
NONE, 1.1 NEWS, NONE, 1.1 arc.cairo, 1.3,
NONE arc_negative.cairo, 1.2, NONE cairo_snippets_pdf.c, 1.4,
1.5 clip.cairo, 1.2, NONE clip_image.cairo, 1.2,
NONE configure.ac, NONE, 1.1 curve_rectangle.cairo, 1.2,
NONE curve_to.cairo, 1.2, NONE fill_and_stroke.cairo, 1.2,
NONE fill_and_stroke2.cairo, 1.2, NONE footer.html_template,
1.2, NONE gradient.cairo, 1.3, NONE header.html_template, 1.3,
NONE image.cairo, 1.2, NONE imagepattern.cairo, 1.2,
NONE index.html_template, 1.2, NONE libsvg.cairo, 1.2,
NONE operator_add.cairo, 1.4, NONE operator_atop.cairo, 1.4,
NONE operator_atop_reverse.cairo, 1.4, NONE operator_in.cairo,
1.4, NONE operator_in_reverse.cairo, 1.4,
NONE operator_out.cairo, 1.4, NONE operator_out_reverse.cairo,
1.4, NONE operator_over.cairo, 1.4,
NONE operator_over_reverse.cairo, 1.4,
NONE operator_saturate.cairo, 1.4, NONE operator_xor.cairo,
1.4, NONE path.cairo, 1.2, NONE set_line_cap.cairo, 1.2,
NONE set_line_join.cairo, 1.2, NONE snippets.h, 1.4,
1.5 text.cairo, 1.3, NONE text_align_center.cairo, 1.2,
NONE text_extents.cairo, 1.2, NONE xxx_clip_rectangle.cairo,
1.2, NONE xxx_dash.cairo, 1.3, NONE xxx_long_lines.cairo, 1.2,
NONE xxx_multi_segment_caps.cairo, 1.2,
NONE xxx_self_intersect.cairo, 1.3, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: krh
Update of /cvs/cairo/cairo-demo/cairo_snippets/html
In directory gabe:/tmp/cvs-serv9689/html
Added Files:
cairo_snippets.css footer.html_template header.html_template
index.html_template
Log Message:
2005-02-01 Kristian Høgsberg <krh at redhat.com>
* autotool this thing, move *.cairo into snippets/ and webpage
related files into html/.
--- NEW FILE: cairo_snippets.css ---
#snippets { position: relative;}
#snippet { padding-left: 10pt;}
#snippet_title :link { text-decoration:none}
#snippet_title :visited { text-decoration:none}
#snippet_image { top: 10pt; float:right; padding-right:10pt;}
#snippet_page_title :link { text-decoration:none}
#snippet_page_title :visited { text-decoration:none}
#snippet_page_title { position:relative; }
#snippet_title { position:relative; left: 40pt; font-size: 20pt; }
#snippet_source { position:relative; left: 40pt; top: 8pt; font-size: 10pt;}
#snippet_list { float: left; width: 15%; height: 100%; z-index: 5; margin-right: 10pt; padding-left: 0pt;}
#snippet_list_entry { position: relative; font-size: 9pt; width: 100%; }
#snippet_list_entry_selected { position: relative; font-size: 9pt; width: 100%; background-color: #244;}
#snippet_list_entry :link {text-decoration: none}
#snippet_list_entry :visited {text-decoration: none}
#snippet_list_entry_selected :link {text-decoration: none; color: #fff;}
#snippet_list_entry_selected :visited {text-decoration: none; color: #fff;}
#snippet_next { position: fixed; left: 65pt; padding-left: 8pt; padding-right: 8pt;
padding-top: 2pt;
padding-bottom: 2pt;
top: 10pt; background-color: #fff; border: 1pt solid #000;}
#snippet_prev { position: fixed; left: 20pt; padding-left: 8pt; padding-right: 8pt; top: 10pt; background-color: #fff; border: 1pt solid #000;
padding-top: 2pt;
padding-bottom: 2pt;
}
#main { width: 95%; margin: 0pt auto; }
#logo { text-align: center; margin-bottom: 10px; }
#nav1 {
font-family: Bitstream Vera Sans, sans-serif;
text-align: center;
word-spacing: 4pt;
background-color: #ffffff;
color: #3B80AE;
border: 0pt solid #bababa;
font-size: 15pt;
padding: 0pt;
}
#nav1 :link { color: #3B80AE; }
#nav1 :visited { color: #3B80AE; }
#nav2 {
font-family: Bitstream Vera Sans, sans-serif;
text-align: center;
word-spacing: 4pt;
color: #3B80AE;
background-color: #ffffff;
border: 0pt solid #bababa;
font-size: 10pt;
padding: 0pt;
margin-top: 8pt;
margin-bottom: 8pt;
}
#nav2 :link { color: #3B80AE; }
#nav2 :visited { color: #3B80AE; }
#bottom {
font-family: Bitstream Vera Sans, sans-serif;
text-align: center;
background-color: #ffffff;
color: #3B80AE;
border: 0pt solid #bababa;
font-size: 7pt;
padding: 0pt;
margin-top: 0pt;
vertical-align: middle;
}
#bottom :link { color: #3B80AE; }
#bottom :visited { color: #3B80AE; }
hr { border: 1pt solid #333; margin: 2pt; }
body { background-color: #fff; }
h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h3 *, h5 *, h6 * {
font-family: Bitstream Vera Sans, sans-serif;
color: #2b5e82;
}
#register { text-align: right; }
#path { text-align: left; }
a:link {
color: #2b5e82;
}
a:visited {
color: #000;
}
--- NEW FILE: footer.html_template ---
</div><p />
<a name='PageBottom'></a>
<br clear='all'/>
<center>
<a href='http://cairographics.org/cairo/glider-blue.svg'
><img border='0' src='http://cairographics.org/cairo/glider-blue.png'>
</a>
</center>
</html>
--- NEW FILE: header.html_template ---
<html>
<head><title>cairo: snippets</title>
<style type='text/css'>
@import url(http://cairographics.org/styles.css);
@import url(cairo_snippets.css);
</style>
<body>
<a name='PageTop'></a>
<div id='main'>
<div id='logo'><a href='http://cairographics.org/'><img border='0' src='http://cairographics.org/cairo/cairo_banner.png' alt='cairographics.org'/></a></div>
<div id='snippet_page_title'><h1><a href='index.html'>cairo samples</a></h1></div>
--- NEW FILE: index.html_template ---
<p>
This page contains samples of cairo's rendered output and the
code snippets used to create them.
</p>
<p>
The <em>user space</em> 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
</p>
<p>
<a href='http://cvs.cairographics.org/cairo-demo/cairo_snippets/'>cairo_snippets</a>,
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.
</p>
<p>
The snippet enviroment, and the original snippets were originally
created by Øyvind Kolås for a paper submitted
to <a href='http://2004.guadec.org/'>GUADEC 2004</a>.
</p>
<p>
All snippet code is considered to be part of the public domain,
since it is instructional material.
</p>
<p>
A page with <a href='snippets.html'>all snippets</a> is also available
</p>
- Previous message: [cairo-commit]
cairo-demo/cairo_snippets/html - New directory, NONE, NONE
- Next message: [cairo-commit] cairo-demo/cairo_snippets AUTHORS, NONE,
1.1 ChangeLog, 1.23, 1.24 Makefile, 1.14, NONE Makefile.am,
NONE, 1.1 NEWS, NONE, 1.1 arc.cairo, 1.3,
NONE arc_negative.cairo, 1.2, NONE cairo_snippets_pdf.c, 1.4,
1.5 clip.cairo, 1.2, NONE clip_image.cairo, 1.2,
NONE configure.ac, NONE, 1.1 curve_rectangle.cairo, 1.2,
NONE curve_to.cairo, 1.2, NONE fill_and_stroke.cairo, 1.2,
NONE fill_and_stroke2.cairo, 1.2, NONE footer.html_template,
1.2, NONE gradient.cairo, 1.3, NONE header.html_template, 1.3,
NONE image.cairo, 1.2, NONE imagepattern.cairo, 1.2,
NONE index.html_template, 1.2, NONE libsvg.cairo, 1.2,
NONE operator_add.cairo, 1.4, NONE operator_atop.cairo, 1.4,
NONE operator_atop_reverse.cairo, 1.4, NONE operator_in.cairo,
1.4, NONE operator_in_reverse.cairo, 1.4,
NONE operator_out.cairo, 1.4, NONE operator_out_reverse.cairo,
1.4, NONE operator_over.cairo, 1.4,
NONE operator_over_reverse.cairo, 1.4,
NONE operator_saturate.cairo, 1.4, NONE operator_xor.cairo,
1.4, NONE path.cairo, 1.2, NONE set_line_cap.cairo, 1.2,
NONE set_line_join.cairo, 1.2, NONE snippets.h, 1.4,
1.5 text.cairo, 1.3, NONE text_align_center.cairo, 1.2,
NONE text_extents.cairo, 1.2, NONE xxx_clip_rectangle.cairo,
1.2, NONE xxx_dash.cairo, 1.3, NONE xxx_long_lines.cairo, 1.2,
NONE xxx_multi_segment_caps.cairo, 1.2,
NONE xxx_self_intersect.cairo, 1.3, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list