From 885cc58485230b470f6242d90cdecce3d99c5b36 Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Thu, 2 Feb 2017 13:22:24 +0000 Subject: [PATCH] update to alpha2 to fix beziers --- src/ImageSharp.Drawing.Paths/project.json | 2 +- tests/ImageSharp.Tests/Drawing/SolidBezierTests.cs | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ImageSharp.Drawing.Paths/project.json b/src/ImageSharp.Drawing.Paths/project.json index 85ad75148b..a186f362c7 100644 --- a/src/ImageSharp.Drawing.Paths/project.json +++ b/src/ImageSharp.Drawing.Paths/project.json @@ -44,7 +44,7 @@ "ImageSharp.Drawing": { "target": "project" }, - "SixLabors.Shapes": "0.1.0-alpha0001", + "SixLabors.Shapes": "0.1.0-alpha0002", "StyleCop.Analyzers": { "version": "1.0.0", "type": "build" diff --git a/tests/ImageSharp.Tests/Drawing/SolidBezierTests.cs b/tests/ImageSharp.Tests/Drawing/SolidBezierTests.cs index 82e4ac33e2..f63d90aa6e 100644 --- a/tests/ImageSharp.Tests/Drawing/SolidBezierTests.cs +++ b/tests/ImageSharp.Tests/Drawing/SolidBezierTests.cs @@ -5,8 +5,6 @@ namespace ImageSharp.Tests.Drawing { - using ImageSharp.Drawing.Shapes; - using System.IO; using System.Numerics;