[cairo-commit] [cairo-www] src/todo.mdwn
Chris Wilson
ickle at freedesktop.org
Mon Oct 13 09:12:11 PDT 2008
src/todo.mdwn | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 1886d9d591d9d308b460f4265d404cbf1a2c9900
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date: Mon Oct 13 17:11:51 2008 +0100
[todo] correct labeled hrefs
diff --git a/src/todo.mdwn b/src/todo.mdwn
index aa4e0a6..8449a30 100644
--- a/src/todo.mdwn
+++ b/src/todo.mdwn
@@ -129,8 +129,8 @@ Performance improvements
compositing the entire polygon.
* SVG font embedding
- (SVG fonts)[http://www.w3.org/TR/SVG/fonts.html#SVGFonts]
- (SVG text)[http://www.w3.org/TR/SVG/text.html]
+ [SVG fonts](http://www.w3.org/TR/SVG/fonts.html#SVGFonts)
+ [SVG text](http://www.w3.org/TR/SVG/text.html)
test/show-many-glyphs is very slow as it emits 3 sets of 64k identical
glyphs. Our output can be shrunk dramatically if we embedded the glyph as
an SVG font, and as a corollary librsvg needs to be taught how to create
@@ -150,8 +150,8 @@ Performance improvements
* Global glyph cache
Background reading:
- (1)[http://www.gnome.org/~federico/news-2007-10.html#pango-cjk-1]
- (2)[http://mces.blogspot.com/2007/10/episode-vi-return-of-federico.html]
+ [1](http://www.gnome.org/~federico/news-2007-10.html#pango-cjk-1)
+ [2](http://mces.blogspot.com/2007/10/episode-vi-return-of-federico.html)
* CJK languages have many more unique glyphs, so perhaps we need a larger
glyph cache to maintain a respectable hit-rate.
@@ -162,7 +162,7 @@ Performance improvements
performance across a large number of users.
Suggested benchmarks?
- * Firefox (TRender)[https://wiki.mozilla.org/Mozilla2:Trender]
+ * Firefox [TRender](https://wiki.mozilla.org/Mozilla2:Trender)
Other fixes
-----------
More information about the cairo-commit
mailing list