[ROADMAP] Mark fine-grained fallbacks done

This commit is contained in:
Behdad Esfahbod 2007-08-21 23:02:03 -04:00
parent 333b96f0e0
commit 3e5859c58f
2 changed files with 7 additions and 7 deletions

View file

@ -49,6 +49,13 @@ cairo 1.4.x (not scheduled, may become part of 1.6)
cairo 1.6 (scheduled for July 2007, targeting firefox and GNOME)
================================================================
✓ Make image fallbacks finer-grained than a whole page (most of the
This is work to be done in the cairo-analysis-surface layer
and will benefit ps, pdf, svg, and any other
analysis-surface-using backends.
Adrian has started work on this:
http://lists.freedesktop.org/archives/cairo/2007-June/010774.html
• David Turner's cairo-ft rewrite. (behdad)
http://david.freetype.org/cairo/

7
TODO
View file

@ -92,13 +92,6 @@ Other fixes
objects. As a result, cairo uses Type3 fonts which generates
slightly different outlines. Type1 has the same problem.
• Make image fallbacks finer-grained than a whole page (most of the
This is work to be done in the cairo-analysis-surface layer
and will benefit ps, pdf, svg, and any other
analysis-surface-using backends.
Adrian has started work on this:
http://lists.freedesktop.org/archives/cairo/2007-June/010774.html
• Pen matrix locking. Carl has written an excellent summary but
unfortunately that was not sent to the mailing list. Ask him.