[cairo-commit] ROADMAP
Carl Worth
cworth at kemper.freedesktop.org
Mon May 15 12:33:40 PDT 2006
ROADMAP | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
New commits:
diff-tree c7ef4cb3f3b14543842bf538dcb216d1ea51d89f (from 621ebc4726c075c183028818af1944f67a60b7ce)
Author: Carl Worth <cworth at cworth.org>
Date: Mon May 15 10:25:44 2006 -0700
ROADMAP: Note that PDF type 3 font support is done
diff --git a/ROADMAP b/ROADMAP
index 9120f7a..65a45db 100644
--- a/ROADMAP
+++ b/ROADMAP
@@ -51,24 +51,26 @@ 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
+â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
+ â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
+ â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 should immediately use CTM (see line-width-scale test case)
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
FC_GLOBAL_ADVANCE (http://lists.freedesktop.org/archives/cairo/2005-August/004893.html)
â4705 crash at XRenderAddGlyphs
- cairo_{ps,pdf}_surface_set_dpi have no effect
- cairo_set_line_width should immediately use CTM
_transform_glyph_bitmap http://lists.freedesktop.org/archives/cairo/2005-October/005564.html
6759 fontconfig option AntiAlias doesn't work in cairo 1.1.2
SVG/PS/PDF emit_glyph functions need to support bitmapped glyphs
More information about the cairo-commit
mailing list