diff options
Diffstat (limited to 'Build/source/libs/cairo/cairo-1.14.0/KNOWN_ISSUES')
-rw-r--r-- | Build/source/libs/cairo/cairo-1.14.0/KNOWN_ISSUES | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Build/source/libs/cairo/cairo-1.14.0/KNOWN_ISSUES b/Build/source/libs/cairo/cairo-1.14.0/KNOWN_ISSUES deleted file mode 100644 index 5fda6838929..00000000000 --- a/Build/source/libs/cairo/cairo-1.14.0/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. |