зеркало из https://github.com/SixLabors/Shapes.git
Fix subbuffer
This commit is contained in:
Родитель
707c66e429
Коммит
ce41cad134
|
@ -166,7 +166,7 @@ namespace SixLabors.Shapes
|
|||
/// </returns>
|
||||
public int FindIntersections(PointF start, PointF end, PointF[] buffer, int offset)
|
||||
{
|
||||
return this.InnerPath.FindIntersections(start, end, buffer);
|
||||
return this.InnerPath.FindIntersections(start, end, buffer.AsSpan(offset));
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
|
Загрузка…
Ссылка в новой задаче