mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-15 03:34:52 +08:00
try rerun failed tests
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user