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

..16-Apr-2017-

0000-bug-466.patchH A D16-Apr-20171.3 KiB4645

0001-gcc-warning.patchH A D16-Apr-2017707 1817

README.pdfiumH A D16-Apr-2017409 1713

agg_array.hH A D16-Apr-201712.5 KiB510492

agg_basics.hH A D16-Apr-20176.4 KiB286268

agg_clip_liang_barsky.hH A D16-Apr-20173.9 KiB126106

agg_color_gray.hH A D16-Apr-20171.6 KiB5123

agg_conv_adaptor_vcgen.hH A D16-Apr-20174.3 KiB139123

agg_conv_dash.hH A D16-Apr-20172 KiB6242

agg_conv_stroke.hH A D16-Apr-20173.1 KiB11191

agg_curves.cppH A D16-Apr-20174.3 KiB11289

agg_curves.hH A D16-Apr-20175 KiB189172

agg_math.hH A D16-Apr-20172.4 KiB6445

agg_math_stroke.hH A D16-Apr-201710.2 KiB276256

agg_path_storage.cppH A D16-Apr-20173.3 KiB10174

agg_path_storage.hH A D16-Apr-20175.3 KiB173157

agg_pixfmt_gray.hH A D16-Apr-20175.8 KiB178154

agg_rasterizer_scanline_aa.cppH A D16-Apr-201713.1 KiB489440

agg_rasterizer_scanline_aa.hH A D16-Apr-201712.6 KiB476444

agg_render_scanlines.hH A D16-Apr-20171.8 KiB5135

agg_renderer_base.hH A D16-Apr-20174 KiB164144

agg_renderer_scanline.hH A D16-Apr-20173.2 KiB9478

agg_rendering_buffer.hH A D16-Apr-20173.5 KiB146126

agg_scanline_u.hH A D16-Apr-20174.2 KiB151127

agg_shorten_path.hH A D16-Apr-20171.8 KiB5842

agg_vcgen_dash.cppH A D16-Apr-20175.6 KiB179157

agg_vcgen_dash.hH A D16-Apr-20172.2 KiB7656

agg_vcgen_stroke.cppH A D16-Apr-20177.8 KiB216188

agg_vcgen_stroke.hH A D16-Apr-20173 KiB121105

agg_vertex_sequence.hH A D16-Apr-20172.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.
17