summaryrefslogtreecommitdiff
path: root/KNOWN_ISSUES
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-12-25 10:19:38 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2010-12-25 10:19:38 +0000
commit888eeb187f542b96e722725f616720038e700b84 (patch)
treeef0b751432c79e9cc1fdbcfc210f8bd959a8abd5 /KNOWN_ISSUES
parenta27e3bc6d08feeac8e4ee5315a0ad974efee0ee9 (diff)
downloadcairo-888eeb187f542b96e722725f616720038e700b84.tar.gz
Add a KNOWN_ISSUES file to track WONTFIX(?) bugs
Diffstat (limited to 'KNOWN_ISSUES')
-rw-r--r--KNOWN_ISSUES10
1 files changed, 10 insertions, 0 deletions
diff --git a/KNOWN_ISSUES b/KNOWN_ISSUES
new file mode 100644
index 000000000..5fda68389
--- /dev/null
+++ b/KNOWN_ISSUES
@@ -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.