[cairo-commit] [cairo-www] src/todo.mdwn

Jeff Muizelaar jrmuizel at freedesktop.org
Thu Dec 18 19:25:57 PST 2008


 src/todo.mdwn |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 0380345e4a9cead84d5bd4a178232d3a26a23242
Author: Jeff Muizelaar <jmuizelaar at mozilla.com>
Date:   Thu Dec 18 22:25:36 2008 -0500

    Add a note about EXTEND_NONE being useless.

diff --git a/src/todo.mdwn b/src/todo.mdwn
index b8955be..ee43b3e 100644
--- a/src/todo.mdwn
+++ b/src/todo.mdwn
@@ -172,6 +172,9 @@ Performance improvements
    * An alternate patch which creates a whole new surface and does not address
      using SHM for fallbacks is [available](http://www.ericbutler.net/blog/2008/06/cairo-xlib-and-the-shared-memory-extension/) with [further commentary](http://www.ericbutler.net/blog/2008/07/adventures-in-x-programming/).
 
+ * Add an extend mode that does the right thing and make it default. EXTEND_NONE is rarely the desired behaviour.
+   The desired extend mode should be like EXTEND_PAD and then clip. Quartz has the behaviour we want here.
+
 A list of pixman projects (a core component for Cairo) is available [here](http://people.freedesktop.org/~sandmann/pixman-projects.html).
 
 Other fixes


More information about the cairo-commit mailing list