[cairo-commit] [cairo-www] src/todo.mdwn
Chris Wilson
ickle at freedesktop.org
Mon Oct 13 09:02:23 PDT 2008
src/todo.mdwn | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
New commits:
commit ea17fc4eae17b059fd27f1a02327292b87d70b71
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date: Mon Oct 13 17:01:59 2008 +0100
Try adding some whitespace to fixup markdown.
diff --git a/src/todo.mdwn b/src/todo.mdwn
index af6a089..ca5f701 100644
--- a/src/todo.mdwn
+++ b/src/todo.mdwn
@@ -98,8 +98,10 @@ Changes that add new API (API changes/removals will not be considered)
Further comparison of cairo with other vector graphics languages, and in particular features that cairo lacks, can be found in [missing](/missing).
+
Performance improvements
------------------------
+
* Add dashing support to the fast-path rectilinear stroking
code, (will help GTK+ focus rectangle, for example)
@@ -285,7 +287,7 @@ Other fixes
[example](http://www.adobe.com/products/creativesuite/pdfs/txpguidecs2.pdf)
- * Make cairo_surface_show_page() call XFlush() (and friends).
+ * Make `cairo_surface_show_page()1 call XFlush() (and friends).
Is this a good idea? What does it mean and what impact will it have?
Discuss.
@@ -295,16 +297,24 @@ Other fixes
Can be done on top of cairo, but it would useful to have a reference
implementation. In many things this is akin to fallback resolution, and
so it would be a useful exercise to do this with an exported meta-surface...
+
1) Create intermediate target image scaled up by a factor of N in both
directions.
+
2) Disable anti-aliasing.
+
3) Tolerance? Other scaling issue?
+
4) Draw scene
+
5) Down-sample intermediate target surface.
+
6) Return as pattern/surface
+
Backend-specific improvements
-----------------------------
+
* Win32 backend
* Fix self-copy test
@@ -325,6 +335,7 @@ Backend-specific improvements
Test-suite improvements
-----------------------
+
* Single binary
* Fine grained XFAILs (per-target)
* Required version for each test
@@ -366,6 +377,7 @@ Test-suite improvements
Integration improvements
-----------------------
+
Not strictly in cairo-land, but noted lest we forget.
* GdkPixbuf export/import cairo surfaces.
More information about the cairo-commit
mailing list