Revert "fix cairo canvas regression - do not access polygon points outside range"
- it is not needed anymore This reverts commit a898a8cb077c05b1085da8254e66f61aa265b7dc.
This commit is contained in:
parent
175d89f784
commit
74ccf00ef4
@ -1074,7 +1074,7 @@ namespace cairocanvas
|
||||
{
|
||||
const sal_uInt32 nNextIndex((b + 1) % nPointCount);
|
||||
aEdge.setB2DPoint(1, aCandidate.getB2DPoint(nNextIndex));
|
||||
aEdge.setNextControlPoint(0, aCandidate.getNextControlPoint(b % nPointCount));
|
||||
aEdge.setNextControlPoint(0, aCandidate.getNextControlPoint(b));
|
||||
aEdge.setPrevControlPoint(1, aCandidate.getPrevControlPoint(nNextIndex));
|
||||
|
||||
doPolyPolygonImplementation( basegfx::B2DPolyPolygon(aEdge),
|
||||
|
Loading…
x
Reference in New Issue
Block a user