aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-09-20 03:03:58 +0200
committerJay Berkenbilt <ejb@ql.org>2019-09-20 03:25:34 +0200
commit685250d7d6cc285be86e2c9e628449b51e08d489 (patch)
tree5fcdc4568088dbd8d85664008b44b634e4b7dc36 /ChangeLog
parent48b7de2cc3c48bfb30da0bba60e070eac7c8f6fb (diff)
downloadqpdf-685250d7d6cc285be86e2c9e628449b51e08d489.tar.zst
Correct reversed Rectangle coordinates (fixes #363)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5427224e..e40c10d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2019-09-19 Jay Berkenbilt <ejb@ql.org>
+ * When converting an array to a Rectangle, ensure that llx <= urx
+ and lly <= ury. This prevents flatten-annotations from flipping
+ fields whose coordinates are messed up in the input. Fixes #363.
+
* Warn when duplicated dictionary keys are found during parsing.
The behavior remains as before: later keys override earlier ones.
However, this generates a warning now rather than being silently