[mapserver-commits] r13146 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Mon Feb 13 23:54:48 EST 2012


Author: sdlime
Date: 2012-02-13 20:54:48 -0800 (Mon, 13 Feb 2012)
New Revision: 13146

Modified:
   trunk/mapserver/mapagg.cpp
Log:
Whoops... didn't want that last local modification committed.

Modified: trunk/mapserver/mapagg.cpp
===================================================================
--- trunk/mapserver/mapagg.cpp	2012-02-14 04:53:12 UTC (rev 13145)
+++ trunk/mapserver/mapagg.cpp	2012-02-14 04:54:48 UTC (rev 13146)
@@ -794,8 +794,7 @@
    pixel_format pf(b);
    AGG2Renderer *r = AGG_RENDERER(dest);
    mapserver::rect_base<int> src_rect(srcX,srcY,srcX+width,srcY+height);
-   // r->m_renderer_base.blend_from(pf,&src_rect, dstX-srcX, dstY-srcY, unsigned(opacity * 255));
-   r->m_renderer_base.blend_from(pf,&src_rect, dstX, dstY, unsigned(opacity * 255));
+   r->m_renderer_base.blend_from(pf,&src_rect, dstX-srcX, dstY-srcY, unsigned(opacity * 255));   
    return MS_SUCCESS;
 }
 



More information about the mapserver-commits mailing list