Commit c133146e authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

git-svn-id:...

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@55204 954022d7-b5bf-4e40-9824-e11837661b57
parent 7075c683
#include "Clip.h" #include "Clip.h"
namespace Aggplus namespace Aggplus
{ {
...@@ -193,7 +193,7 @@ namespace Aggplus ...@@ -193,7 +193,7 @@ namespace Aggplus
if (!m_bIsClip2) if (!m_bIsClip2)
{ {
// // смешивать надо с растерайзером
agg::rasterizer_scanline_aa<> rasterizer; agg::rasterizer_scanline_aa<> rasterizer;
typedef agg::conv_transform<agg::path_storage> trans_type; typedef agg::conv_transform<agg::path_storage> trans_type;
...@@ -215,7 +215,7 @@ namespace Aggplus ...@@ -215,7 +215,7 @@ namespace Aggplus
} }
else else
{ {
// // надо смешивать со стораджем
agg::rasterizer_scanline_aa<> rasterizer; agg::rasterizer_scanline_aa<> rasterizer;
typedef agg::conv_transform<agg::path_storage> trans_type; typedef agg::conv_transform<agg::path_storage> trans_type;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment