mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-07-17 04:15:03 +08:00
try rerun failed tests
This commit is contained in:
parent
6a86cdab73
commit
df73206788
@ -166,7 +166,6 @@
|
||||
/// then rotating the points to obtain the axis-aligned bounding box (AABB), and then rotating back the AABB.
|
||||
/// </summary>
|
||||
/// <param name="points">The points.</param>
|
||||
/// <returns></returns>
|
||||
internal static PdfRectangle OrientedBoundingBox(IReadOnlyList<PdfPoint> points)
|
||||
{
|
||||
if (points == null || points.Count < 2)
|
||||
|
Loading…
Reference in New Issue
Block a user