[cairo-commit] ROADMAP
Carl Worth
cworth at kemper.freedesktop.org
Sat Jun 10 16:31:10 PDT 2006
ROADMAP | 32 +++++++++++++++++---------------
1 files changed, 17 insertions(+), 15 deletions(-)
New commits:
diff-tree da9cd55afbb55ae70991e3f5b4c0dc5b9a58e0d6 (from 2f4210d346d10a2bff9a1ba74e6e9279cd4dddc3)
Author: Carl Worth <cworth at cworth.org>
Date: Sat Jun 10 16:31:05 2006 -0700
ROADMAP: Note that cairo_surface_set_fallback_resolution is in place now.
diff --git a/ROADMAP b/ROADMAP
index 6597376..ee448b2 100644
--- a/ROADMAP
+++ b/ROADMAP
@@ -51,21 +51,6 @@ cairo-1.4 (October 2006): Better perform
cairo 1.2.0 essential features
We don't expect to release without these being complete.
========================================================
-âPDF backend
- â1. Mark PDF backend as supported
- âa. Incorporate into test suite
- âb. Correct output for the entire test suite
-
- â2. Reasonable, native output for common uses
- âa. Switch to using cairo_paginated_surface_t
- âb. Opaque text and images are all native
- âc. Translucent objects (using OVER) are also native
- âd. Text output uses PDF font features (type 3)
-
- Bug fixes with API implications
- cairo_{ps,pdf}_surface_set_dpi have no effect (replace with cairo_surface_set_fallback_resolution)
- â cairo_set_line_width semantics (that's not a bug, it's a feature)
-
Bug fixes (For each XXXX, see: https://bugs.freedesktop.org/show_bug.cgi?id=XXXX )
4630 Fonts too large when drawing to image surface while printing
4863 stroking problems with wide dashed lines
@@ -84,6 +69,23 @@ We don't expect to release without these
âa. Better software gradients
b. Use X server gradients when available
+ cairo 1.1.8 snapshot includes everything below here
+ ---------------------------------------------------
+âPDF backend
+ â1. Mark PDF backend as supported
+ âa. Incorporate into test suite
+ âb. Correct output for the entire test suite
+
+ â2. Reasonable, native output for common uses
+ âa. Switch to using cairo_paginated_surface_t
+ âb. Opaque text and images are all native
+ âc. Translucent objects (using OVER) are also native
+ âd. Text output uses PDF font features (type 3)
+
+âBug fixes with API implications
+ â cairo_{ps,pdf}_surface_set_dpi have no effect (replace with cairo_surface_set_fallback_resolution)
+ â cairo_set_line_width semantics (that's not a bug, it's a feature)
+
cairo 1.1.6 snapshot includes everything below here
---------------------------------------------------
âPrinting-oriented API (PDF)
More information about the cairo-commit
mailing list