Add note about degenerate path caps being broken

This commit is contained in:
Keith Packard 2003-12-01 10:59:57 +00:00
parent 3369c676f0
commit ae96c8ab92
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2003-12-01 Keith Packard <keithp@keithp.com>
* TODO:
Add note about degenerate path caps being broken
2003-11-21 Carl Worth <cworth@east.isi.edu>
* src/cairo_polygon.c (_cairo_polygon_add_edge): Use 0 and 1 not

3
TODO
View file

@ -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