[cairo-commit] [cairo-www] src/todo.mdwn
Chris Wilson
ickle at freedesktop.org
Mon Oct 13 09:14:26 PDT 2008
src/todo.mdwn | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
New commits:
commit cb83951883a42b49497d2e14f65d655b2f61ae10
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date: Mon Oct 13 17:13:30 2008 +0100
[todo] Try a few more bullet points.
diff --git a/src/todo.mdwn b/src/todo.mdwn
index 8449a30..fd81bd5 100644
--- a/src/todo.mdwn
+++ b/src/todo.mdwn
@@ -129,12 +129,12 @@ 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)
- 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
- user-fonts.
+ * [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
+ user-fonts.
* Inline fixed-point operations. (Needs profiling)
@@ -149,9 +149,9 @@ 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)
+ * 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)
* CJK languages have many more unique glyphs, so perhaps we need a larger
glyph cache to maintain a respectable hit-rate.
More information about the cairo-commit
mailing list