From ae96c8ab929513710cb11d71697759c4c3484aff Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 1 Dec 2003 10:59:57 +0000 Subject: [PATCH] Add note about degenerate path caps being broken --- ChangeLog | 5 +++++ TODO | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2e66f51aa..9615eb918 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-12-01 Keith Packard + + * TODO: + Add note about degenerate path caps being broken + 2003-11-21 Carl Worth * src/cairo_polygon.c (_cairo_polygon_add_edge): Use 0 and 1 not diff --git a/TODO b/TODO index 567fc2e55..aaf391b7f 100644 --- a/TODO +++ b/TODO @@ -23,6 +23,9 @@ the following functions: * Re-implement the trapezoid rasterization algorithm according to the new "specification". +* Stroking degenerate paths should still draw caps. Round caps are +easy; square should probably draw an axis aligned square. + * Verification, profiling, optimization. A comparison with PostScript