|
|
|
Version 2.1 Release Notes |
The new official version 2.1 is mostly a clean-up of the snapshot of
AGG2. From now on the names of the archives will be
agg21.zip and
and agg21.tar.gz,
but inside the archives the directory name remains |
There are the following changes: |
|
|
Renamed and removed files: |
Old Name | New Name |
---|---|
include/agg_matrix.h | removed |
include/agg_affine_matrix.h | include/agg_trans_affine.h |
include/agg_scanline_u8.h | include/agg_scanline_u.h |
include/agg_scanline_p8.h | include/agg_scanline_p.h |
include/agg_viewport.h | include/agg_trans_viewport.h |
include/agg_gen_contour.h | include/agg_vcgen_contour.h |
include/agg_gen_dash.h | include/agg_vcgen_dash.h |
include/agg_gen_markers_term.h | include/agg_vcgen_markers_term.h |
include/agg_gen_smooth_poly1.h | include/agg_vcgen_smooth_poly1.h |
include/agg_gen_stroke.h | include/agg_vcgen_stroke.h |
include/agg_gen_vertex_sequence.h | include/agg_vcgen_vertex_sequence.h |
include/agg_conv_generator.h | include/agg_conv_adaptor_vcgen.h |
src/agg_scanline_u8.cpp | removed |
src/agg_affine_matrix.cpp | src/agg_trans_affine.cpp |
src/agg_gen_contour.cpp | src/agg_vcgen_contour.cpp |
src/agg_gen_dash.cpp | src/agg_vcgen_dash.cpp |
src/agg_gen_markers_term.cpp | src/agg_vcgen_markers_term.cpp |
src/agg_gen_smooth_poly1.cpp | src/agg_vcgen_smooth_poly1.cpp |
src/agg_gen_stroke.cpp | src/agg_vcgen_stroke.cpp |
|
Renamed classes and types: |
Old Name | New Name |
---|---|
matrix | row_ptr_cache |
affine_matrix | trans_affine |
rotation_matrix | trans_affine_rotation |
scaling_matrix | trans_affine_scaling |
translation_matrix | trans_affine_translation |
skewing_matrix | trans_affine_skewing |
viewport | trans_viewport |
gen_contour | vcgen_contour |
gen_dash | vcgen_dash |
gen_markers_term | vcgen_markers_term |
gen_smooth_poly1 | vcgen_smooth_poly1 |
gen_stroke | vcgen_stroke |
gen_vertex_sequence | vcgen_vertex_sequence |
conv_generator | conv_adaptor_vcgen |