[cairo-commit] [cairo-www] src/summerofcode
Carl Worth
cworth at freedesktop.org
Tue Mar 4 16:58:37 PST 2008
src/summerofcode/ideas.mdwn | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit bd875ac679e9d3377a50075236c671b2d6b6377b
Author: Carl Worth <cworth at freedesktop.org>
Date: Tue Mar 4 16:58:37 2008 -0800
web commit by BehdadEsfahbod
diff --git a/src/summerofcode/ideas.mdwn b/src/summerofcode/ideas.mdwn
index c3d85d6..c291f7b 100644
--- a/src/summerofcode/ideas.mdwn
+++ b/src/summerofcode/ideas.mdwn
@@ -5,18 +5,18 @@ Library improvements
* Implement a faster lookup-table-based rasterizer
- * Implement show-text-glyph() operation, with PDF implementation described in [[http://lists.freedesktop.org/archives/cairo/2007-September/011427.html|this mail]]
+ * Implement `show_text_glyph()` operation, with PDF implementation described in [this mail](http://lists.freedesktop.org/archives/cairo/2007-September/011427.html)
* A significant improvement to pixman compositing code
- * Merge xlib and xcb backend similarly to what was done recently to PDF and PS
+ * Merge XLib and XCB backend similarly to what was done recently to PDF and PS
* Finish user-font API described in several mailing list threads:
[[1](http://lists.freedesktop.org/archives/cairo/2007-February/009539.html)]
[[2](http://lists.freedesktop.org/archives/cairo/2006-May/006893.html)]
[[3](http://lists.freedesktop.org/archives/cairo/2006-May/006888.html)]
- * Implement cairo_stroke_to_path()
+ * Implement `cairo_stroke_to_path()`
* Improve software polygon compositing by doing it in a
single scanline pass rather than tessellating, rasterizing, then
@@ -30,7 +30,7 @@ Library improvements
* Add color-space support to cairo.
- * Add HDR image surface type to cairo/pixman (CAIRO_FORMAT_RGBA128).
+ * Add HDR image surface type to cairo/pixman (`CAIRO_FORMAT_RGBA128`).
Website improvements
====================
More information about the cairo-commit
mailing list