Sync to AGG tree to support stippi's Painter classes
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10693 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -39,7 +39,7 @@ namespace agg
|
||||
color_type* generate(int x, int y, unsigned len)
|
||||
{
|
||||
color_type* span = m_span_gen->generate(x, y, len);
|
||||
m_conv->convert(span, len);
|
||||
m_conv->convert(span, x, y, len);
|
||||
return span;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user