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:
@@ -72,9 +72,13 @@ namespace agg
|
||||
if(x < xmin)
|
||||
{
|
||||
len -= xmin - x;
|
||||
covers += xmin - x;
|
||||
if(!solid)
|
||||
{
|
||||
covers += xmin - x;
|
||||
}
|
||||
x = xmin;
|
||||
}
|
||||
|
||||
if(len > 0)
|
||||
{
|
||||
if(x + len > xmax)
|
||||
|
||||
Reference in New Issue
Block a user