mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 03:28:09 +02:00
Add a KNOWN_ISSUES file to track WONTFIX(?) bugs
This commit is contained in:
parent
a27e3bc6d0
commit
888eeb187f
2 changed files with 11 additions and 0 deletions
10
KNOWN_ISSUES
Normal file
10
KNOWN_ISSUES
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
There are a few known bugs in 1.10 that have been fixed in master, but
|
||||
appear to be non-trivial to backport without fear of causing other
|
||||
regressions. The impact of these bugs is considered to be less than of a
|
||||
risk than rewriting the code.
|
||||
|
||||
Zero Path Extents
|
||||
-----------------
|
||||
A closed degenerate path is reported as having extents (0, 0) x (0, 0),
|
||||
whereas the expected value is (x, y) x (0, 0). This regression has existed
|
||||
since at least 1.2.
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
include $(top_srcdir)/build/Makefile.am.common
|
||||
|
||||
EXTRA_DIST += \
|
||||
KNOWN_ISSUES \
|
||||
README.win32 \
|
||||
Makefile.win32 \
|
||||
build/Makefile.win32.common \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue