|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
patches for 2.4?We received a patch in matplotlib for our distribution of agg2.4 --
is there a canconical location where patches to 2.4 are being managed? We are unable to use 2.5 because of BSD compatibility. Here is the mpl patch report https://sourceforge.net/tracker/?func=detail&aid=2835031&group_id=80706&atid=560722 and the diff: diff -urN matplotlib-0.99.0-orig/agg24/include/agg_basics.h matplotlib-0.99.0/agg24/include/agg_basics.h --- matplotlib-0.99.0-orig/agg24/include/agg_basics.h 2009-06-22 11:32:29.000000000 +0200 +++ matplotlib-0.99.0/agg24/include/agg_basics.h 2009-06-22 11:52:37.000000000 +0200 @@ -229,7 +229,7 @@ { poly_subpixel_shift = 8, //----poly_subpixel_shift poly_subpixel_scale = 1<<poly_subpixel_shift, //----poly_subpixel_scale - poly_subpixel_mask = poly_subpixel_scale-1, //----poly_subpixel_mask + poly_subpixel_mask = poly_subpixel_scale-1 //----poly_subpixel_mask }; //----------------------------------------------------------filling_rule_e ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Vector-agg-general mailing list Vector-agg-general@... https://lists.sourceforge.net/lists/listinfo/vector-agg-general |
|
|
Re: patches for 2.4?John Hunter wrote:
> We received a patch in matplotlib for our distribution of agg2.4 -- > is there a canconical location where patches to 2.4 are being managed? > We are unable to use 2.5 because of BSD compatibility. Here is the > mpl patch report > Applied this one liner, http://sourceforge.net/projects/agg/develop Klaas ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Vector-agg-general mailing list Vector-agg-general@... https://lists.sourceforge.net/lists/listinfo/vector-agg-general |
| Free embeddable forum powered by Nabble | Forum Help |