• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..12-Nov-2020-

0000-bug-466.patchH A D07-Nov-20201.3 KiB4645

0001-gcc-warning.patchH A D07-Nov-2020701 1817

0002-ubsan-error-fixes.patchH A D07-Nov-20201.1 KiB3433

0003-ubsan-render-line-error.patchH A D07-Nov-20202.3 KiB7473

0004-ubsan-sweep-scanline-error.patchH A D07-Nov-20202.1 KiB5554

0005-assignment-return-values.patchH A D07-Nov-20201.3 KiB4140

0006-ubsan-sweep-scanline-error.patchH A D07-Nov-20202.5 KiB7169

0007-unused-struct.patchH A D07-Nov-2020624 2019

README.pdfiumH A D07-Nov-2020925 2723

agg_array.hH A D07-Nov-202012.3 KiB503485

agg_basics.hH A D07-Nov-20206.1 KiB278260

agg_clip_liang_barsky.hH A D07-Nov-20204.1 KiB137115

agg_color_gray.hH A D07-Nov-20201.6 KiB5123

agg_conv_adaptor_vcgen.hH A D07-Nov-20204.3 KiB139123

agg_conv_dash.hH A D07-Nov-20202 KiB6242

agg_conv_stroke.hH A D07-Nov-20203.1 KiB11191

agg_curves.cppH A D07-Nov-20204.1 KiB11087

agg_curves.hH A D07-Nov-20204.8 KiB189172

agg_math.hH A D07-Nov-20202.2 KiB6445

agg_math_stroke.hH A D07-Nov-20209.9 KiB274254

agg_path_storage.cppH A D07-Nov-20203.1 KiB9870

agg_path_storage.hH A D07-Nov-20205.2 KiB173157

agg_pixfmt_gray.hH A D07-Nov-20205.8 KiB178154

agg_rasterizer_scanline_aa.cppH A D07-Nov-202013.8 KiB518466

agg_rasterizer_scanline_aa.hH A D07-Nov-202013.4 KiB499466

agg_render_scanlines.hH A D07-Nov-20201.8 KiB5135

agg_renderer_base.hH A D07-Nov-20204 KiB164144

agg_renderer_scanline.hH A D07-Nov-20203.2 KiB9478

agg_rendering_buffer.hH A D07-Nov-20203.5 KiB146126

agg_scanline_u.hH A D07-Nov-20204.2 KiB151127

agg_shorten_path.hH A D07-Nov-20201.8 KiB5842

agg_vcgen_dash.cppH A D07-Nov-20205.5 KiB178156

agg_vcgen_dash.hH A D07-Nov-20202.1 KiB7656

agg_vcgen_stroke.cppH A D07-Nov-20207.8 KiB215187

agg_vcgen_stroke.hH A D07-Nov-20203 KiB121105

agg_vertex_sequence.hH A D07-Nov-20202.7 KiB10181

README.pdfium

1Name: Anti-Grain Geometry
2URL: https://sourceforge.net/projects/agg/
3Version: 2.3
4Security Critical: yes
5License: MIT
6
7Description:
82D vector graphics library.
9
10Local Modifications:
11
120000-bug-466.patch: Fixes an infinite loop in stroke_calc_arc().
13Various changes to use FX_ library functions.
14Possibly more?
150001-gcc-warning.patch: Fix a GCC warning about both enumeral and
16non-enumeral type in conditional.
170002-ubsan-error-fixes.path: Fix UBSan errors for overflows.
180003-ubsan-render-line-error.patch: Fix UBSan overflow error in render_line.
190004-ubsan-sweep-scanline-error.patch: Fix UBSan left shift of negative value
20error in sweep_scanline.
210005-assignment-return-values.patch: Fix assignment operator return values in
22agg_array.h.
230006-ubsan-sweep-scanline-error.patch: Fix UBSan integer overflow error in
24sweep_scanline.
250007-unused-struct.patch: Remove unused struct point_type_flag, which has a
26shadow variable.
27