no longer needed, moved to painter test folder
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14729 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
f9129d56a7
commit
a38aedd980
@ -66,6 +66,7 @@ ShapeConverter::IterateLineTo(int32 lineCount, BPoint* linePts)
|
||||
status_t
|
||||
ShapeConverter::IterateBezierTo(int32 bezierCount, BPoint* bezierPts)
|
||||
{
|
||||
bezierCount /= 3;
|
||||
while (bezierCount--) {
|
||||
|
||||
double x1 = bezierPts[0].x;
|
Loading…
x
Reference in New Issue
Block a user