mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-06 12:39:57 +00:00
Modified IntertwineAsLines::fillPoints to draw the contour too (so the shape of the final polygon is more like the previewed-contour).
This commit is contained in:
parent
055af25600
commit
2c7b527efb
@ -71,6 +71,10 @@ public:
|
||||
return;
|
||||
}
|
||||
|
||||
// Contour
|
||||
joinPoints(loop, points);
|
||||
|
||||
// Fill content
|
||||
algo_polygon(points.size(), (const int*)&points[0], loop, (AlgoHLine)doPointshapeHline);
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user