summaryrefslogtreecommitdiff
path: root/third_party/agg23/README.pdfium
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2016-04-06 23:57:31 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-06 23:57:31 -0700
commit8833342afc225214ce7180db612f104c9880f2c8 (patch)
treefb784f430eef18fc338b52f8d8429cb21c72337f /third_party/agg23/README.pdfium
parent46bf0331229a7b7fe73cbe111550f5dd467b184a (diff)
downloadpdfium-8833342afc225214ce7180db612f104c9880f2c8.tar.xz
Fix an infinite loop in agg's stroke_calc_arc().
BUG=pdfium:466 Review URL: https://codereview.chromium.org/1861963002
Diffstat (limited to 'third_party/agg23/README.pdfium')
-rw-r--r--third_party/agg23/README.pdfium14
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/agg23/README.pdfium b/third_party/agg23/README.pdfium
new file mode 100644
index 0000000000..54687934b6
--- /dev/null
+++ b/third_party/agg23/README.pdfium
@@ -0,0 +1,14 @@
+Name: Anti-Grain Geometry
+URL: https://sourceforge.net/projects/agg/
+Version: 2.3
+Security Critical: yes
+License: MIT
+
+Description:
+2D vector graphics library.
+
+Local Modifications:
+
+0000-bug-466.patch: Fixes an infinite loop in stroke_calc_arc().
+Various changes to use FX_ library functions.
+Possibly more?