try rerun failed tests

This commit is contained in:
BobLd 2020-02-01 11:25:35 +00:00 committed by Eliot Jones
parent 6a86cdab73
commit df73206788

View File

@ -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)