• Home
Name Date Size #Lines LOC

..--

0000-bug-466.patchD03-May-20241.3 KiB4645

0001-gcc-warning.patchD03-May-2024707 1817

0002-ubsan-error-fixes.patchD03-May-20241.1 KiB3433

0003-ubsan-render-line-error.patchD03-May-20242.3 KiB7473

README.pdfiumD03-May-2024547 1915

agg_array.hD03-May-202412.4 KiB510492

agg_basics.hD03-May-20246.4 KiB286268

agg_clip_liang_barsky.hD03-May-20244.2 KiB137115

agg_color_gray.hD03-May-20241.6 KiB5123

agg_conv_adaptor_vcgen.hD03-May-20244.3 KiB139123

agg_conv_dash.hD03-May-20242 KiB6242

agg_conv_stroke.hD03-May-20243.1 KiB11191

agg_curves.cppD03-May-20244.3 KiB11289

agg_curves.hD03-May-20245 KiB189172

agg_math.hD03-May-20242.4 KiB6445

agg_math_stroke.hD03-May-202410.2 KiB276256

agg_path_storage.cppD03-May-20243.3 KiB10174

agg_path_storage.hD03-May-20245.3 KiB173157

agg_pixfmt_gray.hD03-May-20245.8 KiB178154

agg_rasterizer_scanline_aa.cppD03-May-202413.4 KiB499450

agg_rasterizer_scanline_aa.hD03-May-202412.7 KiB478446

agg_render_scanlines.hD03-May-20241.8 KiB5135

agg_renderer_base.hD03-May-20244 KiB164144

agg_renderer_scanline.hD03-May-20243.2 KiB9478

agg_rendering_buffer.hD03-May-20243.5 KiB146126

agg_scanline_u.hD03-May-20244.2 KiB151127

agg_shorten_path.hD03-May-20241.8 KiB5842

agg_vcgen_dash.cppD03-May-20245.6 KiB179157

agg_vcgen_dash.hD03-May-20242.2 KiB7656

agg_vcgen_stroke.cppD03-May-20247.8 KiB216188

agg_vcgen_stroke.hD03-May-20243 KiB121105

agg_vertex_sequence.hD03-May-20242.8 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.
19