From f8407332214ba87bbd652f09ce3618a973f27878 Mon Sep 17 00:00:00 2001 From: Andrea Canciani Date: Tue, 10 Mar 2015 12:10:34 +0100 Subject: [PATCH] Update KNOWN_ISSUES documentation The bug mentioned in KNOWN_ISSUES was fixed in 2b3d8de11a536d668084ea6d2bf295da1d1cdc11, but the documentation was not updated. Moreover, the header of KNOWN_ISSUES was 1.10-specific. Reviewed-by: Bryce Harrington --- KNOWN_ISSUES | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 KNOWN_ISSUES diff --git a/KNOWN_ISSUES b/KNOWN_ISSUES deleted file mode 100644 index 5fda68389..000000000 --- a/KNOWN_ISSUES +++ /dev/null @@ -1,10 +0,0 @@ -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.