mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 12:48:04 +02:00
Add note about degenerate path caps being broken
This commit is contained in:
parent
3369c676f0
commit
ae96c8ab92
2 changed files with 8 additions and 0 deletions
|
|
@ -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
3
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue