From: <md...@us...> - 2008-10-27 19:40:27
|
Revision: 6339 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6339&view=rev Author: mdboom Date: 2008-10-27 19:40:25 +0000 (Mon, 27 Oct 2008) Log Message: ----------- Removed TODO (this has been implemented). Modified Paths: -------------- trunk/matplotlib/src/_backend_agg.cpp Modified: trunk/matplotlib/src/_backend_agg.cpp =================================================================== --- trunk/matplotlib/src/_backend_agg.cpp 2008-10-27 18:52:41 UTC (rev 6338) +++ trunk/matplotlib/src/_backend_agg.cpp 2008-10-27 19:40:25 UTC (rev 6339) @@ -775,7 +775,6 @@ } -// MGDTODO: Support clip paths Py::Object RendererAgg::draw_image(const Py::Tuple& args) { _VERBOSE("RendererAgg::draw_image"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |