File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ API changes at 0.50
1616
1717 * GDFONTPATH renamed to TTFPATH
1818
19+ * backend faceColor argument changed to gcFace
20+
1921Migrating code:
2022
2123 Matlab interface:
Original file line number Diff line number Diff line change 1515if 0 : # how do I add '--with-gtkgd' flag checking?
1616 build_gtkgd (ext_modules )
1717
18- if 1 :
18+ if 0 :
1919 build_agg (ext_modules )
2020
2121setup (name = "matplotlib" ,
Original file line number Diff line number Diff line change 1111#include " agg_conv_marker_adaptor.h"
1212#include " agg_conv_stroke.h"
1313#include " agg_ellipse.h"
14+ #include " agg_embedded_raster_fonts.h"
1415#include " agg_gen_markers_term.h"
1516#include " agg_path_storage.h"
1617#include " agg_pixfmt_rgb24.h"
1718#include " agg_rasterizer_outline.h"
1819#include " agg_rasterizer_scanline_aa.h"
1920#include " agg_renderer_outline_aa.h"
21+ #include " agg_renderer_raster_text.h"
2022#include " agg_renderer_scanline.h"
2123#include " agg_rendering_buffer.h"
2224#include " agg_scanline_p32.h"
You can’t perform that action at this time.
0 commit comments