Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c42ff89

Browse files
committed
agg build default 0
svn path=/trunk/matplotlib/; revision=136
1 parent a1e3dba commit c42ff89

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

API_CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1921
Migrating code:
2022

2123
Matlab interface:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
if 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

2121
setup(name="matplotlib",

src/_backend_agg.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@
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"

0 commit comments

Comments
 (0)